Page 1 of 1

PHP SOAP Issue

PostPosted: Mon Nov 16, 2009 3:51 pm
by cashoefman
We use a PHP SOAP from the dialplan to connect to our main database through a SOAP web service. When I call the SOAP service from the vicidialnow server, although I get an ok back, it seems that I can not use the SOAP method. Can it be that PHP on Vicidial was not Made with the SOAP option turned on (./configure -enable-soap before you do make, make install)?

Re: PHP SOAP Issue

PostPosted: Tue Nov 17, 2009 3:11 am
by cashoefman
cashoefman wrote:We use a PHP SOAP from the dialplan to connect to our main database through a SOAP web service. When I call the SOAP service from the vicidialnow server, although I get an ok back, it seems that I can not use the SOAP method. Can it be that PHP on Vicidial was not Made with the SOAP option turned on (./configure -enable-soap before you do make, make install)?


Figure it out just a dumb mistake forgot to put the phpagi class files in the agi-bin directory.