PHP SOAP 客户端教程/推荐?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6634077/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
PHP SOAP client Tutorial/Recommendation?
提问by David
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.
我需要与基于 .NET 2.0 的 SOAP 服务建立一些集成。我使用 PHP 5 并且从未使用过 SOAP。似乎没有任何关于如何使用 PHP 与肥皂服务对话的直接教程。
Does anyone know where to find some good tutorials or docs?
有谁知道在哪里可以找到一些好的教程或文档?
采纳答案by WooDzu
Have you tried SoapClientwhich is already built into PHP?
您是否尝试过已内置于 PHP 中的SoapClient?
There is one tutorial: PHP - Soap Client calling .NET Web service
有一个教程:PHP - Soap Client 调用.NET Web 服务
Hereis another one, even though it was created for zend developers it should work fine.
这是另一个,即使它是为 zend 开发人员创建的,它也应该可以正常工作。
回答by lil
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/
- 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/