|
From: Gait B. <gai...@ti...> - 2005-02-14 08:12:29
|
Hi Lucia, the ToMSHURL is the 'endpoint' URL of the recipient, i.e. where your MSH will send the message to. The To PartyID/Type is just a field in the ebXML Header and could be anything (provided you follow syntax rules, i.e. use a URI when needed). Hermes has a convenience function that it will attempt to extract a URL from the From PartyID when returning an asynchronous error response or acknowledgment. your own MSH URL (for client-server communication) goes into Property/Request/config/URL in msh_client.properties.xml... --Gait Boxman Lucia Melotti wrote: >Hi all, > I have a problem while sending a message from my MSH to a MSH recipient >that is in another machine. >I try to explain my prblem and what I don't understand. >This is my monitor.properties.xml file: > ><Monitor> > <DefaultConfig> > <ToMSHURL>http://localhost:8080/msh/</ToMSHURL> > <CPAID>CPA_2002</CPAID> > <ConversationID>Item_No_128</ConversationID> > <Service>http://www.cecid.hku.hk/ebxml/service</Service> > <Action>Order</Action> > </DefaultConfig> ></Monitor> > >When I start monitor the ToMSHURL value is automatically inserted in the >ToMSHUrl field of the Configuration Parameters window. That's right. >When I click "OK" button, and switch in the "Send" table, the "To Party >ID/Type" field contain that ToMSHURL value. >But In my opinion this is NOT right. >Peraps I didn't understand because I thik that ToMSHURL value is the value >of MY MSH, while the "To Party ID/Type" field should contain the recipient >address that, in my case, has a different URL from my MSH servlet. >What's wrong in my reasoning? >Where have I to insert the MSH URL of my recipient? > >Thanks in advance! >Lucia Melotti > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > |