My case on this module is that I experienced a White Screen when I tried to access the SOAP Server module at admin/build/services/settings/soap. I have downloaded the NuSoap library and extracted it into the SOAP Server module. My directory structure is as follows;
sites/all/modules/soap_server
sites/all/modules/soap_server/nusoap
sites/all/modules/soap_server/nusoap/lib
sites/all/modules/soap_server/nusoap/samples
If there's anything I am doing wrong please let me know.
Thanks.
Comments
Comment #1
drecute commentedAnswering my own question: I found out that I did not turn on the "php_soap" PHP extension. With this turned on, everything is now working fine and I could actually see the form settings for the SOAP Server.