Forum Moderators: open

Message Too Old, No Replies

SOAP and ASP

Connecting to a SOAP server from a Windows client

         

Numpty

10:01 am on Jun 5, 2007 (gmt 0)

10+ Year Member



I have a site which uses asp classic (vbscript). I need to interact with a SOAP server.

My script successfully connects to the soap server (xmlhttp.Status = 200), however, I don't get a response back.

Someone suggested that I may need to install MS SOAP Toolkit on my web server. Is this correct? do I need it at the client end?

Unfortunately, I don't know how to use asp.net, so that's out of the question at the moment.

Thanks

makeupalley

6:31 am on Jun 11, 2007 (gmt 0)

10+ Year Member



Not sure, but I think this is what you're looking for.

[pocketsoap.com...]

they have a com object and a vbscript sample in their samples

good luck