David Springsguth

Greenhorn
+ Follow
since Sep 28, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by David Springsguth

Try looking at the WSS4J project from apache. There is a full description of how to use it.

http://ws.apache.org/wss4j/axis.html
18 years ago
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?
18 years ago