soapheaders using nusoap
Posted: Tue Sep 27, 2005 1:25 pm
Does anyone know hot to add headers to the soap msg when using nusoap?
When I call the service using this
$client = new soapclient('url to my wsdl', true);
$addResponse = $client->call('service', array('criteria' => $paramArgs), null, $header);
and i look at the soapmsg....all the headers are sent empty....in the body!
What am i missing here?
When I call the service using this
$client = new soapclient('url to my wsdl', true);
$addResponse = $client->call('service', array('criteria' => $paramArgs), null, $header);
and i look at the soapmsg....all the headers are sent empty....in the body!
What am i missing here?