Page 1 of 1
PHP and web service clients
Posted: Tue May 04, 2010 2:40 pm
by tonyennis
We're running some web services. We have a new client coming on board that needs to use our web services, but they use PHP. Is there a tool that will generate suitable PHP classes/code for the communication from a WSDL? Java and .net both have tools that generate the worst of the necessary code.
Re: PHP and web service clients
Posted: Tue May 04, 2010 3:26 pm
by Christopher
Have you searched for "PHP WDSL" ? There seem to be many things available.
Re: PHP and web service clients
Posted: Fri May 21, 2010 10:16 am
by ageeshkgopinath
hi
you do not have to change anything for any third part application to access your webservice, the webservice works on top of SOAP protocol and its language indepedent. You have to expose the webservice call and WSDL to the client and they will consume the webservice using php code
thanks
Ageesh