soapheaders using nusoap

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
neversleep
Forum Newbie
Posts: 4
Joined: Sat Sep 24, 2005 5:35 pm

soapheaders using nusoap

Post by neversleep »

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?
Post Reply