|
From: Tripathi, A. (GXS) <Aji...@gx...> - 2003-11-07 06:20:10
|
Bob/Others,
How does hermes decide whether the message is meant to be loopback?
I changed the loopback client code to
header.addFromPartyId("fromPartyId", "Sample");
header.addToPartyId("toPartyId", "Sam");
and
String cpaID = "CPA_2002";
String conversationID = "Item_No_128";
String service = " http://localhost:8080/loopback
<http://localhost:8080/loopback> ";
String action = "Order";
That doesn't change anything... how do you make the msh forward a message to
another service?
regards,
Ajit
-----Original Message-----
From: Tripathi, Ajit (GXS) [mailto:Aji...@gx...]
Sent: Friday, November 07, 2003 10:35 AM
To: 'ebx...@li...'
Subject: [ebxmlms-general] ebXML sample client question
Hi,
If I put the following in my loopback client...
String cpaID = "CPA_2002";
String conversationID = "Item_No_128";
String service = " <http://localhost:8080/loopback>
http://localhost:8080/loopback";
String action = "Order";
Shouldn't the msh forward the message to "
<http://localhost:8080/loopback> http://localhost:8080/loopback"? It doesn't
seem to.
How do I make the msh forward the ebXML message to another JAXM servlet?
regards,
Ajit
|