开发者

PHP SOAP client Tutorial/Recommendation? [closed]

开发者 https://www.devze.com 2023-03-19 05:24 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-开发者_StackOverflow社区site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

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?


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.


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/
0

精彩评论

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