I am adding a soap header to a message in an axis client. Using the
>setHeader("namespace_schema","type_name",object of type);
This works fine but the webservice I am sending the message to cannot understand the actor attribute and would rather not see the mustUnderstand attribute. I am aware that these are optional and should be allowable but the provider would rather I remove them.
So therefore is there away to remove these attributes as Axis seems to add them itself and I cannot find away to remove tham. any ideas?