the following problem occurred:
In WS-E notification are delivered usually unwrapped. So there is no <notification> tag around the notification itself. This can be changed by using another deliveryMode (WRAPPED).
WS-N usually uses wrapped mode. But it can be turned on and of withthe useNotify switch.
In my old WS-E impl i used the MessageProvider[1], which gave me the whole SOAPEnvelope of a Request to one Method i specified.
The ResourceHandler only covers the wrapped case. Therefor it is not very well suited for wse notifs.
I propose to also add the functionality of a MessageProvider to the ResourceHandler. In a case, no method can be found for the Root XML Tag in the SOAPBody, one method with the following signature is called:
public void method(SOAPEnvelope req, SOAPEnvelope resp);
Any ideas?
[1] http://ws.apache.org/axis/java/user-guide.html#ServiceStylesRPCDocumentWrappedAndMessage
-- My place : http://user.cs.tu-berlin.de/~lischke
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
