All,
Attempting to consume a .NET WebService on localhost. Having trouble passing the WSDL file to wsdl2java. I am using IIS and connected to http://localhost/GetAbsencesFromData/GetAvailability.asmx?WSDL When passing this as the argument I get an internal server error 500. On the other hand, when the address is entered into IE, the WSDL comes up fine.
For kicks, I used the .NET SDK disco.exe to generate a WSDL. Then hosted it on tomcat. When passing in an argument such as http://localhost:8081/axis/GetAvailability.wsdl This was successful.
Is there something I am missing while trying to connect to a WSDL that is hosted on IIS?
Thanks in advance!
Tim
