soap_version in SoapServerOptions
PhpWsdl I started to develop my own WSDL generator for PHP because th
Brought to you by:
odvpbre
Originally created by: Makan.Ta...@gmail.com
Originally owned by: schickwa...@googlemail.com
What steps will reproduce the problem?
1. Calling a remote method
2. Getting the attached error on response from server :D
What is the expected output? What do you see instead?
I expect to run the procedure I am calling but I get error instead.
What version of the product are you using? On what operating system?
2.3, Windows 7 32bit and Apache 2.2.20 with SSL mode and PHP 5.3.8
Please provide any additional information below.
File class.phpwsdl.php on line 434:
when I set soap_version to just one of the versions (SOAP_1_1 or SOAP_1_2, not SOAP_1_1 | SOAP_1_2) the error is gone.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: schickwa...@googlemail.com
I'm sorry for the big delay, I didn't receive the issue notify with email. It should be something like "(defined('SOAP_1_2'))?SOAP_1_2:SOAP_1_1" - I don't know why I used such a wrong syntax... Thank you very much for helping! This bug will be fixed in version 2.4. Btw. it didn't produce any error with my Linux environment - strange.
Owner: schickwa...@googlemail.com
Status: Started
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: schickwa...@googlemail.com
I'm sorry for the big delay, I didn't receive the issue notify with email. It should be something like "(defined('SOAP_1_2'))?SOAP_1_2:SOAP_1_1" - I don't know why I used such a wrong syntax... Thank you very much for helping! This bug will be fixed in version 2.4. Btw. it didn't produce any error with my Linux environment - strange.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: schickwa...@googlemail.com
Fixed in [r44].
Status: Fixed
Related
Commit: [r44]