Open GoogleCodeExporter opened 8 years ago
I had the same problem
Original comment by BuBy...@gmail.com
on 31 Jan 2013 at 2:34
--- 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
);
Original comment by johntheb...@gmail.com
on 11 Apr 2013 at 1:26
Original issue reported on code.google.com by
clive.ca...@gmail.com
on 16 Jan 2013 at 3:07