PHP and web service clients
Moderator: General Moderators
PHP and web service clients
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.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: PHP and web service clients
Have you searched for "PHP WDSL" ? There seem to be many things available.
(#10850)
-
ageeshkgopinath
- Forum Newbie
- Posts: 1
- Joined: Fri May 21, 2010 9:33 am
Re: PHP and web service clients
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
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