I am using SSRS 2008 on Win2008 server and I am new to SSRS.
Without going into the long story, I am simply trying to use a tool called soapUI to connect to a url that is similar to the following:
http://hostname:80/ReportServer/ReportService2006.asmx?wsdl
When I run the soapUI (Create Project wizard), it eventually asks me for id/pwd/domain info. No matter what I try (THE local admin, an admin on the box, etc) I get the 401 error.
I can see the wsdl through the browser, and if I cope the wsdl source to a file and then use soapUI over it the process will complete (as there is no authentication involved).
I have even written some code using another tool that shows the same behavior of a 401.
I get the same result using SSRS 2008 and SSRS 2008 R2 and I have also tried it on servers that have IIS (in which case I use port 30100) or or no IIS installed.
I would think this is a very basic thing and I am surprised that I would have this much trouble just trying to get started. Hopefully someone can save my sanity as I have searched the web and have come up with dead end after dead end.