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: