I receive a soap error Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: failed to load external entity
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I would recommend checking if the
openssl
PHP module is enabled:If this is not the case, you would need to enable it.
If this still does not work, can you share the code snippet that you are using to connect?
Best,
Bobby