|
From: Ng C. Y. [Cyng] <cy...@cs...> - 2002-10-10 13:31:27
|
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
----------------------------------------------------------------------------
|