I am trying to call a web service (using nusoap), which work well when I call it with a php client. It returns a list of mail address.
(there are plenty of examples around on the web about php/php or php/asp.net, etc...)
but, I want now to be able to call this web service with classic ASP
I have found nothing so far, does anyone have successfully implemented such a web service combo: php(server)/asp classic (client)? Or know how to do it? If the answer is yes, I'd love to hear how you did that! Thank you very much.
You can download the Microsoft SOAP Tookit 3.0, but I don't recommend it because, in my experience is a pain.
There is also this article in CodeProject, but I never use it, so can't recommend.