wordpress - PHP SOAP call working in development but not in production -
wordpress - PHP SOAP call working in development but not in production -
why php nusoap getproxy() (http://sourceforge.net/projects/nusoap/) phone call development webservice (splendid) homecoming object in development environment, , homecoming null in production? able create phone call production webservice development machine (but can't create phone call production machine production webservice).
we using iis, same version of wordpress, same plugin, same version of php, , same source code:
$this->client = new nusoap_client(splendid, true, false, false, false, false, 0, 30, ''); $proxy = $this->client->getproxy(); // getype($proxy) returns object in development //and null in production
i understand can't pinpoint exact problem, pointers or tips appreciated.
it because of iis server settings. made .net helpers ended telling me error.
php wordpress soap wsdl nusoap
Comments
Post a Comment