I have to build a SOAP/XML based EAI solution using open standard and preferably with open source tools. I evaluated JAXM. Didn't see much use for it.
I have come up with the following solution.I would appreciate any feedback. In this scenario, partner A is coomunicating with partner B
1) XML Payload from A undergoes XSL transformation to conform to a schema that B understands
2) Result of 1 undergoes another XSL transformation to cast into a standard business schema e.g., ebXML or biztalk. The result of this step is a SOAP envelope.
3) The result of 2 is sent to partner B as a SOAP message using http or some other transport
4) B processes the request and sends response back
5) The payload in the response from B undergoes XSL transformation for A to be able to process it
Thanks,
Pranab
-
EAI using SOAP/XML (4 messages)
- Posted by: Pranab Ghosh
- Posted on: October 10 2002 15:07 EDT
Threaded Messages (4)
- EAI using SOAP/XML by vivek jain on October 11 2002 09:41 EDT
- EAI using SOAP/XML by Pranab Ghosh on October 11 2002 14:58 EDT
- EAI using SOAP/XML by Jill Kay on October 13 2002 22:59 EDT
- EAI using SOAP/XML by Dobre Aurel on October 14 2002 12:43 EDT
-
EAI using SOAP/XML[ Go to top ]
- Posted by: vivek jain
- Posted on: October 11 2002 09:41 EDT
- in response to Pranab Ghosh
this is precisely what happens in the EAI, what else do u want us to comment on
-
EAI using SOAP/XML[ Go to top ]
- Posted by: Pranab Ghosh
- Posted on: October 11 2002 14:58 EDT
- in response to Pranab Ghosh
There is rarely only one way of doing things, including EAI. Otherwise, there won't be so many EAI vendors.
I was was hoping for suggestions on improvements or other options.
Pranab -
EAI using SOAP/XML[ Go to top ]
- Posted by: Jill Kay
- Posted on: October 13 2002 22:59 EDT
- in response to Pranab Ghosh
EAI is traditionally a heavy-weight and expensive solution to the problem you are describing. You may want to look at a more Java friendly solution based on XML Web services, aka an orchestration server (e.g. www.collaxa.com).
Cheers,
Jill -
EAI using SOAP/XML[ Go to top ]
- Posted by: Dobre Aurel
- Posted on: October 14 2002 12:43 EDT
- in response to Pranab Ghosh
Have a look at www.openadaptor.com.
It is an Open Source EAI framework.