This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes AXIS 1.4 with ws-security: Can I turn it off programmatically? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "AXIS 1.4 with ws-security: Can I turn it off programmatically?" Watch "AXIS 1.4 with ws-security: Can I turn it off programmatically?" New topic
Author

AXIS 1.4 with ws-security: Can I turn it off programmatically?

Chris Wale
Greenhorn

Joined: May 23, 2008
Posts: 3
Hello,

I am working on a JAX-RPC client using Axis and one of the webservices I am calling needs ws-security another one does not. I am guessing that I need to turn the wss4j api off for that call or set the mustunderstand flag to false but have not found a way to do that on the fly. (I am using generated interface stubs in my client.)

Any help would be appreciated.

Thanks.

Chris
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: AXIS 1.4 with ws-security: Can I turn it off programmatically?
 
Similar Threads
a jax-rpc as a client of an axis2 + rampart
Testing clients of ws-secured web service
Error in Soap Response while implementing ws-security using Metro
WS Security with Axis
Username and password security for webservices using JAX WS