Hi, I’m new in WebService and I have a project that’s need me to use it.
My problem is when calling creating a new SoapClient I got this error:
Code:
$client = new SoapClient('https://extws.xxxx.com/extws/services/xxxxxxx');
Error:
[color="#FF0000"]
SoapClient::SoapClient() [<a href='soapclient.soapclient'>soapclient.soapclient</a>]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
[/color]
Could anyone please tell me what I’m doing wrong??
Thanks in advance.