how to send soap envelop through asp

  • Thread starter Thread starter s.a. makhdoomi
  • Start date Start date
S

s.a. makhdoomi

I have an application developed in asp.
I can't rewrite the application in .net right now,
I want to send some SOAP requests through asp, Is it
possible to send SOAP request and receive response.
 
The easiest way is to download the Soap Toolkit (version 3.0 is the latest)
and use the objects that it exposes. It's the COM way of doing soap without
the pain of rolling your own XML and passing it using XMLHTTP.
 
Back
Top