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? 回答1: 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.