views:

133

answers:

2

I have a bunch of webservices that I need to write PHP clients for. Now I can manually write wrappers for each of the WSDL files but i wanted to see if there is a tool that can help me by generating the wrappers in PHP.

Any idea if there are any tools that do this?

Thanks

+1  A: 

try this-> http://www.urdalen.no/wsdl2php/ it generates php wrapper from wsdl source

Osman Üngür
can't run pear on my shared hosting account :(
John Stewart
You can (and should) run wsdl2php on your local machine and upload the resulting php. PS: it doesn't need PEAR, just extract http://www.urdalen.no/wsdl2php/releases/wsdl2php-0.2-pear.tgz
Bob Fanger