Developer portal PHP SOAP extension

We following the below instructions at below location for documenting SOAP APIs

https://community.apigee.com/articles/64767/documenting-soap-apis-on-devportal-using-the-wsdl.html

when we try to enable wsclient_soap module, we getting the below error

"The PHP SOAP extension must be enabled to use the web service client SOAP support module. (Currently using PHP SOAP extension Missing)"

So, we did following

1. Installed PHP SOAP extension

2. Added a line of below code into php.ini file at location /opt/apigee/apigee-drupal-devportal-4.19.01-0.0.100/conf/php.ini but after we restart apigee services, the below changes to php.ini are not reflecting.

<code>extension='/usr/lib/php/modules/soap.so'

Are we modifing the correct php.ini file?

How can we make the changes to php.ini reflects back.?

0 0 712
0 REPLIES 0