Hello
I'm trying to access a webservice using nusoap and wsdl. The problem I'm having is that the webservice doesn't accept the headers. I'm adding the headers using setHeaders($header) and because the service recuires xmlns its added as well.
$header = "<value xmlns=\"http://www.namespace/\">value</value>";
setHeaders($header)
is this wrong approach or is there a better way to do it in nusoap?