-
1. Re: Does JBoss ESB support ebXML standard? And how?
tcunning Dec 13, 2013 2:45 PM (in response to hongan)An,
What sort of support are you looking for?
-
2. Re: Does JBoss ESB support ebXML standard? And how?
hongan Dec 15, 2013 8:37 PM (in response to tcunning)Hello Tom,
I would like to send message which follow ebXML message standard. As I figure out, I should implement ebXML Message Service which is provided by a Message Service Handler (MSH). This MSH should have the following functions: header processing, header parsing, security service, reliable message service, message packing, ... I'm learning Hermes 2 Message Service Handler (H20) and trying to know how to integrate this MSH to JBoss ESB properly.
If you have any idea or suggestion. Please tell.
Thank you.
-
3. Re: Does JBoss ESB support ebXML standard? And how?
tcunning Dec 23, 2013 12:59 PM (in response to hongan)An,
My guess is that you're going to use HTTP or SOAP to communicate to the Hermes Server, and JBoss ESB won't really care what formats that it is receiving.
JBoss ESB is pretty agnostic as to what format the messages it sends are, so I don't think you'll have an issue there.
-
4. Re: Does JBoss ESB support ebXML standard? And how?
hongan Dec 26, 2013 11:07 PM (in response to tcunning)Thanks Tom,
I got it.