Tuesday 30 June 2009

The Art of Wsdl

Generating Stubs from windowskarate.wsdl

wsdl.exe http://../wsdl/windowskarate.wsdl /nologo

If this results in:

Error: Destination location 'x' could not be opened for write operation - Access to the path is denied.

You need to re-open the MSVC command prompt as Administrator.

There is no short-cut to success in "The Art of Wsdl".

An important class for SOAP clients

SoapHttpClientProtocol (SHCP) class lives in System.Web.Services.Protocols namespace, from System.Web.Services DLL. It is the class proxies derive from when using SOAP. Other SOAP-related classes in this namespace include SoapHeader and SoapMessage.

No comments: