[jbossws-dev] [Design of JBoss Web Services] - Re: RM Sender/Receiver as High Available (HA) Components

richard.opalka@jboss.com do-not-reply at jboss.com
Mon Feb 4 11:27:59 EST 2008


Second identified problem is HA WS-RM in combination with WS-Security.

HA WS-RM must reside on top of transport layer (this results from WS-RM specification).
Current WS-Security and WS-RM un/marshalling processings reside in JAX-RPC/JAX-WS handlers.

In order to support HA WS-RM plus WS-Security joint combinations (as required by e.g.
Microsoft Web Services Interop Plug Fest Scenarios) it is necessary to move both 
WS-RM and WS-Security one layer lower in the processing chain i.e. implement it
in transport un/marshallers because of the following two requirements:

WS-Security processing must be the last/first thing in client and endpoint
outgoing/incoming processing chain.

HA WS-RM must reside on top of transport layer

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126251#4126251

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126251



More information about the jbossws-dev mailing list