Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

generate php code from wsdl [closed]

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?

like image 508
Obaid Avatar asked Dec 29 '22 17:12

Obaid


2 Answers

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

like image 165
osm Avatar answered Dec 31 '22 07:12

osm


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!

like image 28
liudanking Avatar answered Dec 31 '22 07:12

liudanking