|
From: Patrick Y. <kc...@ce...> - 2003-11-08 02:44:20
|
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 -----=20
From: Tripathi, Ajit (GXS)=20
To: 'ebx...@li...'=20
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 =3D "CPA_2002";
String conversationID =3D "Item_No_128";
String service =3D "http://localhost:8080/loopback";
String action =3D "Order";
=20
Shouldn't the msh forward the message to =
"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
|