Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing WSDL: Couldn't bind to service in #1

Closed
kvnlnt opened this issue Jun 28, 2011 · 0 comments
Closed

Parsing WSDL: Couldn't bind to service in #1

kvnlnt opened this issue Jun 28, 2011 · 0 comments

Comments

@kvnlnt
Copy link

kvnlnt commented Jun 28, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants