PHP and web service clients

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
tonyennis
Forum Newbie
Posts: 1
Joined: Tue May 04, 2010 2:34 pm

PHP and web service clients

Post 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.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP and web service clients

Post by Christopher »

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

Post 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
Post Reply