|
From: Patrick Y. <kc...@ce...> - 2003-10-29 15:48:36
|
bundled loopback client: question1. No
2. Yes it is used. For all Hermes clients (no matter it is loopback or =
not), they have to register what messages they want to receive with =
Hermes. CPA ID, Conversation ID, Service and Action forms a 4-tuple =
so-called application context to identify this. Therefore, loopback =
program need to submit an application context to Hermes for registration =
in order to start receiving messages. The service variable holds the =
value of Service field used in the loopback program.
3. Will be answered in my next mail. :-)
Regards, -Patrick
----- Original Message -----=20
From: Tripathi, Ajit (GXS)=20
To: 'ebx...@li...'=20
Sent: Wednesday, October 29, 2003 11:22 PM
Subject: [ebxmlms-general] bundled loopback client: question
Hi,=20
In order to run this client do I need to=20
1. Have an smtp and pop server configured?=20
2. What is the purpose of : String service =3D =
"http://www.cecid.hku.hk/ebxml/service"; Is it used at all in the =
loopback application?
3. My loopback client just hangs here...=20
System.out.println("1");=20
Request mshReq =3D new Request(ac, new URL(toMshUrl), =
this, transportType);=20
System.out.println("2");=20
Has anyone faced this problem?=20
regards,=20
Ajit=20
|