How to get SOAP request in VB.NET appication

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nitin  via DotNetMonster.com

    How to get SOAP request in VB.NET appication

    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.I nputStream but which doesn?t work)

    Regards
    Nitin

    --
    Message posted via http://www.dotnetmonster.com
Working...