vote up 1 vote down star

Hello,

I'm using the native SOAP class in PHP 5, having changed from NuSOAP as the native class is faster (and NuSOAP development seems to have ceased). However the PHP 5 SOAP lacks the ability to generate WSDL.

Has anyone experience of generating WSDL in PHP? If so, please recommend your preferred method.

Thanks.

flag

2 Answers

vote up 0 vote down

Generating a WSDL on the fly is not something that happens very often - it would tend to raise a few questions about the stability of your service!

Zend Studio can generate a WSDL from a PHP class, and there are a few other similar tools.

If you do need to generate the WSDL dynamically, take a look at Zend_Soap_AutoDiscover

link|flag
vote up 0 vote down

I decided easier just to try myself. After trying a couple, I easily managed to get http://www.schlossnagle.org/~george/blog/index.php?/archives/234-WSDL-Generation.html to generate the WSDL for me.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.