Skip to content
Advertisement

How to call .net web service using CUrl PHP?

I have .net web service which i need to call using CUrl in php. Can anybody tell me how to achieve this? Below is my code which is not working and throwing Server Error.

Thanks in advance

JavaScript

Please see below error for more information:

enter image description here

Advertisement

Answer

I have used nusoap libraries to call the .net webservices.

Check below link:

https://www.codeproject.com/Articles/140189/PHP-NuSOAP-Tutorial

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement