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

error when i connect #35

Closed
namsir opened this issue Oct 6, 2017 · 3 comments
Closed

error when i connect #35

namsir opened this issue Oct 6, 2017 · 3 comments

Comments

@namsir
Copy link

namsir commented Oct 6, 2017

Federation and OnlineFederation both gave me same error :(
serviceSettings = new Settings( $options );
$service = new OrganizationService( $serviceSettings );

Could not find definition of Service in provided WSDL

@georged
Copy link
Contributor

georged commented Oct 6, 2017

@namsir
we need log information to be sure but the behavior indicates that you need to ignore SSL errors. That happens when CA bundle on the hosting server includes invalid certificates (we've seen it on some Azure instances, for example)

HTH
George

@georged
Copy link
Contributor

georged commented Oct 7, 2017

We need log not object dump.
Again, try to set the flag to ignore SSL errors.
$settings->ignoreSslErrors = true;

@namsir
Copy link
Author

namsir commented Oct 9, 2017

thanks Georged. I was able to connect to crm and able to fetch xml and get the records i wanted. Awesome, awesome stuff man. You've saved my life :)

@georged georged closed this as completed Oct 10, 2017
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