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.
 

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

Back
Top