Michele, You know the drill :) JIRA + Sample code please.
-- dims On 11/9/06, Michele Mazzucco <[EMAIL PROTECTED]> wrote:
Hi all, I'm not able to forward a result to an EPR different from where the original message comes from. I'll try to explain better: I've node A (client) which sends a message to node B (in-only with addressing informations), which in turn sends a different message to a node C. When the result is ready, node C sends it to node B, which (I'm simplifying) should send the result to node A. Now, until now I've been using a RawXMLINOutMessageReceiver message receiver, while the method signature was void result(OMElement) and it used to work by using options.setRelationships + the A's EPR. But now I get an AxisFault saying an operation with the signature OMElement result(OMElement) does not exist. I've tried to change the message receiver to in-only, but if I do this the forward operation is ignored (see also the RawXMLInOnlyMessageReceiver java doc). This issue has been discussed several times (i.e. [1, 2]) on this mailing list and the result was that it's actually possible. Any clue? Michele [1] http://www.mail-archive.com/[email protected]/msg13338.html [2] http://www.mail-archive.com/[email protected]/msg12733.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
