Unable to send a result message to a host different from the caller (it was
possible)
-------------------------------------------------------------------------------------
Key: AXIS2-1658
URL: http://issues.apache.org/jira/browse/AXIS2-1658
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: kernel
Environment: axis2 1.1 rc2 niglty 08/11/2006
Reporter: Michele Mazzucco
Priority: Blocker
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/[email protected]/msg13338.html
[2] http://www.mail-archive.com/[email protected]/msg12733.html
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]