开发者

generate php code from wsdl [closed]

开发者 https://www.devze.com 2022-12-30 09:46 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

I have a bunch of webservices that I need to write PHP clients f开发者_开发知识库or. 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?


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


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!


Try Zend_Soap:

  • http://framework.zend.com/manual/en/zend.soap.html
  • http://www.phpriot.com/articles/zend-soap
0

精彩评论

暂无评论...
验证码 换一张
取 消