okay, i've been pulling my hair out and cannot figure out what is going on.
i'm no genius wrt SOAP but i have an app that uses SOAP calls and it's been working just fine. i have it installed in a half dozen locations and have no issues with it but my latest installation is a bit different in that it is an IIS7 server. i don't know if this makes a difference or not to be honest. Most of my SOAP calls work just fine but this one just plainly does not.
the code is:
Code: Select all
$soapclient = new SOAP_WSDL($orderSystem3);
$proxy = $soapclient->getProxy();
$proxy->setOpt('timeout', 200);
A) what does the error really tell me?
B) could IIS7 have anything to do with it?
thanks,
dean