Question Details

Browse

A good PHP and SOAP implementation

By balakrishna korrapati - Sep. 17, 2007

Want to see if anyone can point to a good PHP extension of SOAP. I am interested in developing an integration using SOAP and the application is based on PHP.



There are several variants such as PHP SOAP at http://phpsoaptoolkit.sourceforge.net/phpsoap/ but it looks dated or not complete. Thanks.


Answers

Add Answer
  1. By Madhavi Bodepudi on Sep. 18, 2007

    Try out this article about SOAP on PHP
    http://developer.apple.com/internet/webservices/soapphp.html

    I had used NuSOAP implementation of SOAP and PHP while back. It was quite good. http://dietrich.ganx4.com/nusoap/

    Good luck.

    0 Votes
  2. By Madhavi Bodepudi on Sep. 18, 2007

    Here is a starting point for you to look into. I think this tutorial will help.

    http://www.codewalkers.com/c/a/Miscellaneous/Using-SOAP-with-PHP/

    0 Votes
Share your knowledge