// create SOAP header for Newsgator API
$hdr = "<ng:NGAPIToken xmlns:ng='http://services.newsgator.com/svc/Subscription.asmx'>
<ng:Token>$token</ng:Token></ng:NGAPIToken>";
|
That is for the newsgator service. I am not trying to acces newsgator, im trying auctionmaster. I just mentioned the newsgator sample because of the way the soap header is being used there. Is THAT the way one should do it? If so, i would not know how to create the proper XML snippet for the header of the service i want to access.
I already asked the auctionmaster support, but their support is kinda lame and i am still waiting for an answer. So i try to figure things out myself... somehow.
BTW: the WSDL Docs can be found here: auktionmaster.channeladvisor.de/api/1.0/docu/index.html
Any idea how such a doc should be read to use it properly with nusoap?