Hi,
I am new to web services but I need to creating a VB.NET Client from a
SOAP::LITE server the only information that I have is the
http://servername/namespace and port number. How can I add a reference to
the web service to the application I don't think they have a WSDL document.
Thanks
Julio
Josh Twist - 22 Feb 2006 18:33 GMT
Hi Julio
Without a WSDL, you can't add a web reference.
You'll need to create a proxy manually or create a WSDL yourself.
Josh
http://www.thejoyofcode.com/