|
From: Patrick Y. <kc...@ce...> - 2004-10-19 09:36:42
|
Hello Bernd, You are right. From the specification point of view, it's perfectly legal to have from party ID as a URI of a HTTP endpoint, and to party ID as a URI of an email address. However, this is the current limitation of Hermes. In the handling of AckReq of Hermes, it will swap the from/to party ID to send out the acknowledgment. Hermes assumes the schemes for both IDs are the same.. It seems that there is no obvious way to do that in Hermes right now... Regards, -Patrick Bernd Winter wrote: >Hello, > >I've been working on my diploma thesis about ebXML for several weeks now >and I'm currently playing with a simple testing environment. As the >messaging component is most important for the enterprise I'm working for >(at least up to now), I'm trying to get some kind of rudimentary >Hermes-to-Hermes communication running. > >During the experiments I stumbled over the problem not being able to build >the scenario that partner A is sending smtp messages (to a partner B who >expects mail messages only) whereas he's expecting http messages only. >(Btw, I'm using the sample Monitors as frontends and two Hermes systems on >one computer with Tomcat, mySQL and Hamster for now.) Well, to be correct, >I _can_ receive via http while sending via smtp but it looks weird. I >traced the source of the the problem back to a method call >"mimeMessage.setFrom(new InternetAddress(fromPartyId));". This was already >addressed in a previous thread >(http://sourceforge.net/mailarchive/message.php?msg_id=5114309) but I find >it still confusing to have to use a rfc822-fromPartyId although expecting >http messages. Is the fromPartnerId just used as an ID (so that B can >identify the incoming message and assign it correctly (CPA)) or also as a >means to get technical replying information? Does a partner A which agreed >on sending smtp messages to partner B have to use a rfc822-compliant >partyId which is then used as his fromPartyId? Am I mixing up dozens of >ebXML concepts at the moment? > >I guess I should better wait for a reaction of the community than writing >on, losing myself in too many unsorted thoughts at the moment... > >Best regards, > Bernd Winter > > >------------------------------------------------------- >This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >Use IT products in your business? Tell us what you think of them. Give us >Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more >http://productguide.itmanagersjournal.com/guidepromo.tmpl >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > |