You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great script Riley....this script is exactly what I need and you did a great job of explaining things. However, I can't seem to get it to work. I followed the "advanced" installation verbatim but I keep receiving the following error when I run your example script...
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't bind to service in F:\UniServer\www\ExchangeWebServices\exchangeclient\Exchangeclient.php:38 Stack trace: #0 F:\UniServer\www\ExchangeWebServices\exchangeclient\Exchangeclient.php(38): SoapClient->SoapClient('Services.wsdl', Array) #1 F:\UniServer\www\ExchangeWebServices\exchangeclient\index.php(6): Exchangeclient->init('myusername', 'mypassword') #2 {main} thrown in F:\UniServer\www\ExchangeWebServices\exchangeclient\Exchangeclient.php on line 38
Here's my code:
require_once("Exchangeclient.php");
$exchangeclient = new Exchangeclient();
$exchangeclient->init("myusername", "mypassword");
$exchangeclient->send_message("kvnlnt@yahoo.com", "Subject", "A test message");
Any ideas on what might be going on? I'd love to get this working....thanks!
-K
The text was updated successfully, but these errors were encountered:
Great script Riley....this script is exactly what I need and you did a great job of explaining things. However, I can't seem to get it to work. I followed the "advanced" installation verbatim but I keep receiving the following error when I run your example script...
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't bind to service in F:\UniServer\www\ExchangeWebServices\exchangeclient\Exchangeclient.php:38 Stack trace: #0 F:\UniServer\www\ExchangeWebServices\exchangeclient\Exchangeclient.php(38): SoapClient->SoapClient('Services.wsdl', Array) #1 F:\UniServer\www\ExchangeWebServices\exchangeclient\index.php(6): Exchangeclient->init('myusername', 'mypassword') #2 {main} thrown in F:\UniServer\www\ExchangeWebServices\exchangeclient\Exchangeclient.php on line 38
Here's my code:
require_once("Exchangeclient.php");
$exchangeclient = new Exchangeclient();
$exchangeclient->init("myusername", "mypassword");
$exchangeclient->send_message("kvnlnt@yahoo.com", "Subject", "A test message");
Any ideas on what might be going on? I'd love to get this working....thanks!
-K
The text was updated successfully, but these errors were encountered: