Dear User Group
I'm using axis 1.4 and create a wss header calling new
SOAPHeaderElement("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd",
"Security"); I always get an actor attribute in the header element also if the
actor is set to null (header.setActor(null);) or the attribute is tried to be
removed calling
header.removeAttributeNS("http://schemas.xmlsoap.org/soap/actor/next","actor");
or
header.removeAttribute("actor
<http://schemas.xmlsoap.org/soap/actor/next","actor> ");
By the way the "mustUnderstand" Attribute is set to 0!
The web service does not accept the actor attribute at all and I have to remvoe
it manually which is only a temporary solution - how can I get rid of this
header attribute.
Yours sincerely
Wolfgang Medlitsch
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]