Thanks, I'll try that next. I'll post my results.
We also contacted our hosting company and they had a few suggestions:
From what you said, and based on the fact that we can access Click & Pledge from other sites with no problem, I don't see how the issue can be entirely with your site, but I thought I should pass along their response anyway.
We also contacted our hosting company and they had a few suggestions:
Hi,
I have checked this issue in detail and verified all the required configurations of PHP and server.
First I compared the PHP configuration of GoDaddy server with ours and found that all of the modules related to XML/SOAP standards are already installed on our servers and PHP versions are even same too, which is 5.2.5. Also the related PHP variables have same values as on the Godaddy server.
This probably related to some issue at the remote server end from where the WSDL file is being requested. I was able to track 2 issues that I will explain to you now. First of all the SSL Certificate on the following URL does not seem to be correct:
Second issue is can be related to the URL which should be a valid WSDL file. The error thrown is related to parsing that shows the reply from the remote server is not a valid WSDL file which our server was not able to properly parse. So you should check with the web service provider to see if there is any problem that can corrected.
I have tried to place a test.php file to see if WSDL is having any issue on the server and the following script was able to create 'SoapClient' object successfully from one of our servers without any problem. You can check the following script:
Let us Know if you need further assistance.
I have checked this issue in detail and verified all the required configurations of PHP and server.
First I compared the PHP configuration of GoDaddy server with ours and found that all of the modules related to XML/SOAP standards are already installed on our servers and PHP versions are even same too, which is 5.2.5. Also the related PHP variables have same values as on the Godaddy server.
This probably related to some issue at the remote server end from where the WSDL file is being requested. I was able to track 2 issues that I will explain to you now. First of all the SSL Certificate on the following URL does not seem to be correct:
Second issue is can be related to the URL which should be a valid WSDL file. The error thrown is related to parsing that shows the reply from the remote server is not a valid WSDL file which our server was not able to properly parse. So you should check with the web service provider to see if there is any problem that can corrected.
I have tried to place a test.php file to see if WSDL is having any issue on the server and the following script was able to create 'SoapClient' object successfully from one of our servers without any problem. You can check the following script:
Let us Know if you need further assistance.
Comment