SOAP requests

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Hi,

I would like to develop peice of code, which will send the SOAP
requests directly to the web services.

Which namespace or class in dotnet will enable me to post direct SOAP
requests to the web services server?

Thanks in advance for the help.

--Jay
 
in visual studio you add a web reference (give it the url of the web
service)and it generates the code. the webservice namespace is what you
want.

-- bruce (sqlwork.com)
 
Back
Top