rajukumargupta / php-wsdl-creator

Automatically exported from code.google.com/p/php-wsdl-creator
GNU General Public License v3.0
0 stars 0 forks source link

soap_version in SoapServerOptions #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by Makan.Ta...@gmail.com on 19 Sep 2011 at 8:24

Attachments:

GoogleCodeExporter commented 9 years ago
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.

Original comment by schickwa...@googlemail.com on 22 Aug 2012 at 9:11

GoogleCodeExporter commented 9 years ago
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.

Original comment by schickwa...@googlemail.com on 22 Aug 2012 at 9:11

GoogleCodeExporter commented 9 years ago
Fixed in revision 44.

Original comment by schickwa...@googlemail.com on 26 Aug 2012 at 7:37