The website portal I am working on is using PHP 5.5. Now, I am required to communicate to a SOAP server. I am trying to work this out using the soapClient on PHP. However, the PHP installed does not seem to have SOAP client. I tried locating it with phpinfo(). It does not show the SOAP module.
I have tried some solutions such as uncommenting extension=php_soap.dll and restarting apache2 server.
I have even tried to install SOAP, however, it only installs SOAP for PHP7.0 version. I am not able to find the SOAP version for PHP 5.5