0

I'm new to SOAP, still learning the syntax. I work in Php. I have to build a SOAP application in Php. Searched everywhere for tutorials,examples..If someone know a good way of learning it, please help me.

mano
  • 113
  • 2
  • 2
  • 6
  • http://bit.ly/NBlitQ => [this](http://www.vankouteren.eu/blog/2009/03/simple-php-soap-example/), [this](http://devzone.zend.com/25/php-soap-extension/) and [this](http://www.codewalkers.com/c/a/Miscellaneous/Using-SOAP-with-PHP/) – Adi Jul 05 '12 at 06:51

1 Answers1

1

I've found that the Zend Soap Framework is very easy to use, more so than NuSoap or the native PHP functionality for SOAP.

There are other posts on StackOverflow on this subject:

You can find out more about Zend Soap here:

Community
  • 1
  • 1
Ekster
  • 353
  • 1
  • 4
  • I work on NuSphere..if Zend Soap is more comfortable, i l try it..thank u Debock for the suggestion – mano Jul 05 '12 at 07:00
  • Yes, as a matter of fact, I'm using PhpEd as well and I've just recently switched from Nusoap to Zend Soap. Declaration of complex types is much faster with Zend. Hope this'll get you on the right track !! – Ekster Jul 05 '12 at 07:02