|
From: Gait B. <gai...@ti...> - 2002-10-10 15:03:19
|
Hi from Europe, not having seen this one yet, I have been playing with two monitors talking to eachother (and it worked). Question is whether the response is ok. While there has not been a listener set up on that specific port, that doesn't mean there will be one later that would pick up the file. AFAIK, once a listener has been registered, and the request object was subsequently killed, the messages for that listener are kept in the MSH until the listener is reactivated. In principle, it shouldn't matter whether a listener is inactive, or not yet established. Of course, when the message doesn't survive its TTL, a proper error message should be returned... Regards, Gait. ----- Original Message ----- From: "Ng Chi Yuen [Cyng]" <cy...@cs...> To: "Regis Dubois" <Reg...@va...> Cc: <ebx...@li...> Sent: Thursday, October 10, 2002 3:31 PM Subject: Re: [ebxmlms-general] Application Context trouble > Hi, > > > for instance try to send a message with "<action>" set to "RequestCatalog" > > instead of "order" I get the following error message: > > > > javax.xml.soap.SOAPException: Bad response: (409HTTP POST submitted to > > MessageServiceHandler failed: MessageServiceHandlerException: > > Unknown application context: <CPAId>=CPA_2002, <ConversationId>=Item_No_128, > > <Service>=Purchase Order, > > <Action>=RequestCatalog at > > com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnec > > tion.java:267) > > > > the msh seems to not recognize the App context. But where can I set up some > > nex app contexts, so that it will work for my particular project. > > ApplicationContext is the key to identify the receiver. The above > exception means that the MSH receiver side does not yet register an > ApplicationContext with <action>="RequestCatalog". > > Regards, > CY > > -------------------------------------------------------------------------- -- > Ng Chi Yuen, CY. cy...@cs... http://www.cecid.hku.hk/ > Technology Officer, > Centre for E-Commerce Infrastructure Development, > The University of Hong Kong > -------------------------------------------------------------------------- -- > > > > ------------------------------------------------------- > 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 |