generate php code from wsdl

10,186

Solution 1

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

Solution 2

You may try https://www.wsdltophp.com It is convenient to genetate php class from URI

And the author is @Mikaël DELSOL. It is fantastic!

Solution 3

Try Zend_Soap:

Share:
10,186
Obaid
Author by

Obaid

Updated on June 13, 2022

Comments

  • Obaid
    Obaid almost 2 years

    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?