I need to add a header to a soap call. I can do this the problem is the namespace how do I change it this SOAP header should look like this. I have created a class and added it to the Webservice via
[SoapHeader("basicAuthHeader",Required=true,
Direction=SoapHeaderDirection.InOut)]
This is what it should send
test
test
myrealm
But it looks like this , thus the server does not recognise my header
test
test
myrealm
Can anyone assist I can call the server with JAVA and C with AXIS SOAP client no problem