|
From: Tripathi, A. (GXS) <Aji...@gx...> - 2003-11-10 12:25:02
|
Patrick,
Doesn't the msh relay ebXML messages to the receiving applications
described by the service field? Then how do receiving applications use it
(as in the case study on the hermes website)?
regards,
Ajit
-----Original Message-----
From: Patrick Yee [mailto:kc...@ce...]
Sent: Saturday, November 08, 2003 8:14 AM
To: ebx...@li...
Subject: Re: [ebxmlms-general] ebXML sample client question
No. That service is only a field in ebXML Messaging Service. It is not used
as endpoint for forwarding, instead, it only use as a header for identifying
the receiving applications.
The toMshUrl is the one you need to set to make your messages being
forwarded to other hosts.
Regards, -patrick
----- Original Message -----
From: Tripathi, <mailto:Aji...@gx...> Ajit (GXS)
To: 'ebx...@li...'
<mailto:'ebx...@li...'>
Sent: Friday, November 07, 2003 1:04 PM
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
|