php-wsdl-creator doesn't work on systems which have SOAP_1_1 and SOAP_1_2 defined
PhpWsdl I started to develop my own WSDL generator for PHP because th
Brought to you by:
odvpbre
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: BuBy...@gmail.com
I had the same problem
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: johntheb...@gmail.com
--- class.phpwsdl.php 2011-08-20 12:20:48.000000000 -0400
+++ ../class.phpwsdl.php 2013-04-11 09:26:06.745986708 -0400
@@ -431,7 +431,7 @@
}
// SOAP server options
$this->SoapServerOptions=Array(
- 'soap_version' => SOAP_1_1|SOAP_1_2,
+ 'soap_version' => SOAP_1_2,
'encoding' => 'UTF-8',
'compression' => SOAP_COMPRESSION_ACCEPT|SOAP_COMPRESSION_GZIP|9
);