Re: AW: Passing method parameters using PHP SoapClient failing

2007-08-24 Thread Kaleb Walton
--| |> | Subject: | |> >----------------------------

AW: Passing method parameters using PHP SoapClient failing

2007-08-24 Thread Holger Stolzenberg
The PHP call to your WS method seems to be false. You have to provide a associative array for the WS method params. Following code shows how we do it: // the wsdl URL of your service to test $serviceWsdl = 'http://127.0.0.1:8080/EEX_Shop_Backend/ws-api/CustomerService?wsdl'; // the par