Bonjour,
Comment indiquer le Namespace a l'instruction SoapCall afin d'avoir dans le Body
<SOAP-ENV:Body><ns1:pg_test ns1:Namespace /></SOAP-ENV:Body>
Merci
SoapClient::__soapCall
public mixed SoapClient::__soapCall ( string $function_name , array $arguments [, array $options [, mixed $input_headers [, array &$output_headers ]]] )
options :
an associative array of options to pass to the client.
- The location option is the URL of the remote Web service.
- The uri option is the target namespace of the SOAP service.
- The soapaction option is the action to call.