wsdl syntax errors |
And something more |
|
I can't get any wsdl to work over ssl...I know I must have curl and I do but...Any ideas?
|
||||||||||||
|
Site Admin
|
Please submit your scripts and detailed instructions on how to replicate the problem to our http://www.nusphere.com/contact_us/.
Thanks, Dmitri. |
||||||||||||
|
|
Ok forget the apache. The soapbuilders refers to a non existing wsdl (http://www.apache.org/~rubys/ApacheSoap.wsdl ) therefore the script responds with a syntax error (which is a bit misleading though).
I'm trying to parse this wsdl https://myserver/wsdl/vz33-vz34. I'm just using the default code produced by the wizard require_once('nusoap.php'); $inputBoolean = "false"; $wsdl = "https://myserver/wsdl/vz33-vz34"; $soap = new soapclient($wsdl,"wsdl"); I'm getting this: Parser error: XML error on line 1: syntax error Thanks and regards. |
||||||||||||
|
Site Admin
|
Hi.
There are two reasons for failure: One, your URL does not work in form you supplied it https://myserver/wsdl/vz33-vz34 while should be https://myserver/wsdl/vz33-vz34/ Two, anyways NuSoap 0.6.x soapclient class does not work with HTTPS/SSL sites. You have to upgrade to NuSoap 0.7.0. |
||||||||||||
|
|
Hello,
Thanks for your prompt replies. 1. I have tried it also with the slash, so that's for sure not the problem 2. I cannot find any reference in this world to the 0.7.0 version of the class. Is it anywhere hidden? |
||||||||||||
|
Site Admin
|
It's surely a problem, because without slash, you site responds with HTTP/404.
It's in beta-stage testing. If you're insterested in testing it, please let me know at http://www.nusphere.com/contact_us/. |
||||||||||||||||
|
wsdl syntax errors |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by