How can I call a .Net Web Service from within php. Are there any useful libraries for php 4/5 ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you don't have SoapClient installed then I would recommend nuSoap. |
|||
|
|
|
I agree with karim79. nuSoap is an excellent, easy to use library. Once installed, try something like this:
Note that webservices are platform independent by definition, so the fact that the service is written in .NET is not relevant. |
|||
|
|
