How to get SOAP request in VB.NET appication

  • Thread starter nitin via DotNetMonster.com
  • Start date
N

nitin via DotNetMonster.com

Hi

I had developed a VB.NET desktop client application which act as a SOAP client. To invoke the web service method I am using MSSOAP(2.0)'s low level interfaces. i.e SoapSerializer,SoapReader and SoapConnector. I am able to invoke the web service method and can show the SOAP response. But I don't know how to get SOAP request using above mentioned low level interfaces. Will some one help out me please ?
(I tried SOAPConnector.InputStream but which doesn?t work)

Regards
Nitin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top