|
From: Patrick Y. <kc...@ce...> - 2002-10-15 01:19:32
|
Hi, There are currently 3 ways to check for the arrival of ebxml message: 1. onMessage(). MSH server will call the onMessage() function implemented by the client application whenever there is an incoming message. 2. URL based. MSH server will post the SOAP message directly to the URL specified by the client application (also synchronously). 3. File based. MSH server will save the incoming message to a pre-configured directory. Assuming the client application can access that directory, the application can poll the directory for incoming messages anytime it likes. Please refer to our developement guide (downloadable at http://www.freebxml.org) for more information. Regards, -Patrick -- Patrick Yee System Architect Center for E-Commerce Infrastructure Development (CECID) Dept. of Computer Science and Information Systems The University of Hong Kong Tel: (852) 22415674 Fax: (852) 25474611 ----- Original Message ----- From: "Regis Dubois" <Reg...@va...> To: "EbXMLms List (E-mail)" <ebx...@li...> Sent: Monday, October 14, 2002 7:44 PM Subject: [ebxmlms-general] Check for ebXML message > Is there another way to check for the arrival of ebxml message than using > the "onMessage" function. > i mean to check for incoming messages in an asynchronous way? > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > |