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 How to identify particular handler with an actor value? 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 "How to identify particular handler with an actor value?" Watch "How to identify particular handler with an actor value?" New topic
Author

How to identify particular handler with an actor value?

Goran Markovic
Ranch Hand

Joined: Sep 26, 2008
Posts: 399
Hi, I didn't do much with intermediaries, mostly SOAP has one ultimate receiver. Here is the examlpe.



This code uses the setActor method on the header element, creating a SOAP envelope
that looks like this:


Question is :
Since only the nodes in the message path that identify themselves with an actor value of (example)
http://example.com/authenticator will process the appropriate header passwordHeader header element, how do I IDENTIFY certain node (handler) to carry the particular actor (or role, depending of SOAP version) value?
Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to identify particular handler with an actor value?
 
Similar Threads
SOAP Fault for SOAP Action property
SOAP Header
Why IllegalArgumentException is being thrown?
WSDL issues
Different Behavior between SAAJ Implementations (Axis2 and glassfish)