Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP SOAP client Tutorial/Recommendation? [closed]

I need to build some integration with a SOAP service based on .NET 2.0. Im using PHP 5 and have never used SOAP. There doesn't appear to be any straight forward tutorials about how to talk to a soap service using PHP.

Does anyone know where to find some good tutorials or docs?

like image 528
David Avatar asked Jul 09 '11 09:07

David


2 Answers

Have you tried SoapClient which is already built into PHP?

There is one tutorial: PHP - Soap Client calling .NET Web service

Here is another one, even though it was created for zend developers it should work fine.

like image 164
WooDzu Avatar answered Nov 06 '22 09:11

WooDzu


I am also searching tutorial found few links, I hope this helps you too:

  • http://php.net/manual/en/soapclient.soapclient.php
  • http://www.vankouteren.eu/blog/2009/03/simple-php-soap-example/
  • http://www.youtube.com/watch?v=lprNYqe7UAM
  • http://www.phpbuilder.com/columns/adam_delves20060606.php3?print_mode=1
  • http://www.interworx.com/support/docs/developer/api
  • http://www.herongyang.com/WSDL/PHP-SOAP-Extension-in-PHP-531.html
  • http://plutov.by/post/web_service_soap
  • http://devzone.zend.com/article/689
  • http://www.codewalkers.com/c/a/Miscellaneous/Using-SOAP-with-PHP/
  • http://pear.php.net/package/SOAP
  • http://developer.apple.com/internet/webservices/soapphp.html
  • http://phpsoaptoolkit.sourceforge.net/phpsoap/
  • http://www.packtpub.com/article/soap-and-php-5
  • http://www.scottnichol.com/nusoapprogwsdl.html
  • http://devzone.zend.com/25/php-soap-extension/
like image 35
lil Avatar answered Nov 06 '22 07:11

lil