Call to undefined method SOAP_Fault::setOpt()
Posted: Fri Jun 25, 2010 11:52 am
Hey All,
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:
and it throws back the error in the subject.
A) what does the error really tell me?
B) could IIS7 have anything to do with it?
thanks,
dean
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