You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Michele Mazzucco (JIRA)" <ji...@apache.org> on 2007/06/14 09:55:26 UTC

[jira] Commented: (AXIS2-1658) Unable to send a result message to a host different from the caller (it was possible)

    [ https://issues.apache.org/jira/browse/AXIS2-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504586 ] 

Michele Mazzucco commented on AXIS2-1658:
-----------------------------------------

Srinath, I'm already using async + replyTo! That's why it's a bug

> Unable to send a result message to a host different from the caller (it was possible)
> -------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1658
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1658
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>         Environment: axis2 1.1 rc2 niglty 08/11/2006
>            Reporter: Michele Mazzucco
>            Assignee: Deepal Jayasinghe
>            Priority: Minor
>         Attachments: axis2_logs.log
>
>
> I'm not able to forward a result to an EPR different from where the original message comes from. 
> 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 (using a *new* ServiceClient object) to node A.
> Until now I've been using a RawXMLINOutMessageReceiver message receiver, while the method signature was
> void result(OMElement)
> and it worked fine using options.setRelationships + the A's EPR. However now I get an AxisFault exception 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): it looks like the ServiceClient sends the result to A, but it's never received.
> This issue has been discussed several times (i.e. [1, 2]) on this
> mailing list and the result was that it's actually possible.
> [1] http://www.mail-archive.com/axis-user@ws.apache.org/msg13338.html
> [2] http://www.mail-archive.com/axis-user@ws.apache.org/msg12733.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org