Search code examples
web-serviceswsdllocalhostnusoap

No response from web service on localhost


I'm using NuSOAP and PHP to connect to a web service (WSDL) and I can't get any response or error while trying locally. Once I move it to our server everything works fine, but I'm not sure what I need to configure locally to get things rolling.

I'm using WAMP on Windows 7.


Solution

  • I figured out that the web service required SSL connection and WAMP doesn't support SSL.