Alex-Gramm / 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

change wsdl client #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
when no option is given to the client, then i get et array_merge error on line 
240-241 of file class.phpwsdlclient.php.

You can change line 173 (PhpWsdlClient declaration) to 

    public function PhpWsdlClient($wsdlUri,$options=Array(),$requestHeaders=Array(),$clientOptions=Array()){

$options and $requestHeaders as Array().

solve the problem

Original issue reported on code.google.com by c...@startx.fr on 23 Oct 2012 at 4:28