开发者

PHP Soap (Server)

开发者 https://www.devze.com 2022-12-11 11:27 出处:网络
I am trying to create a webservice using the PHP Soap extension and I am having problems with the开发者_Python百科 .wsdl. Is there an easy way to generate 2.0 wsdl\'s? Where is a good site (or book) t

I am trying to create a webservice using the PHP Soap extension and I am having problems with the开发者_Python百科 .wsdl. Is there an easy way to generate 2.0 wsdl's? Where is a good site (or book) that I can look to in order to determine how to build the WSDL? I have no problem getting my soap client to retrieve soap messages from other web services so I know soap is installed and working. I have found a few links out there that generate WSDL's for you, but most of the sites are down. Any help pointing me in the right direction would be helpful


PHP does not have a built-in WSDL generation utility. I would recommend using Zend_Soap_Server which supports WSDL generation via its Autodiscover feature.

0

精彩评论

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