Hi,
I currently have a web service running in
Tomcat 5.0 (and using Axis). I therefore have a URL which points to the service's wsdl.
I found the following MSDN web page which explains how to build a cs class based on a WSDL:
http://msdn2.microsoft.com/en-us/library/ms155134.aspx The example seems straightforward but it doesn't work when I try it out with my service. I get the following error
Oddly enough, when I read the very same wsdl with the Add Web reference browser in .NET, it lists the available methods (but refuses to add the reference anyhow hence the need for the command line).
Has anyone ever tried addinhg a
java WS reference to a .NET app?
Thanks for your input!