Page 1 of 1

SOAP question for a newbie

Posted: Fri Oct 06, 2006 3:33 am
by decker27
I am new to php having mainly worked with ASP and wondered if somebody could tell me if the following is possible.

I wish to have a single php soap client page that is non relient upon the version of php loaded onto the server it sits on, as I am lead to believe that the PHP SOAP extension is availble on PHP 5 but not 4. Also as mentioned I would like a single php rather than a page that has to link to php classes such as nusoap.

So the end result is a php soap client that can be loaded onto any unix/linex hosting and work off the bat.

The soap server is going to be built in asp on a windows server.

I have already built a single page asp soap client and wondered if a php version can be done.

Many thanks