Actions
Documentation » History » Revision 14
« Previous |
Revision 14/49
(diff)
| Next »
chin-yeh, 10/27/2010 03:03 PM
- Table of contents
- Documentation
Documentation¶
The main documentation for this project.
Load Test Result¶
Click here to see the result which tested on the prototype.
Overview¶
In summary, the QConnector contains the following components:- JMS Adaptor
- produce JMS message
- consume JMS message
- SOAP Adaptor
- forward XML content to web service provider
- Web Service (Dot Com)
- the request should come from JMS system.
- Web Service Mimic
- Act as a proxy by receiving the web service request on behalf of the actual web service provider.
- this component works together with JMS adaptor to insert web service request into JMS queue.
- Ecosway Adaptor
- retrieve the relevant data and then send it to
Web Service Mimic
- retrieve the relevant data and then send it to
- WS Status
- this component transforms the web service's response and update the respective event log in the database.
- XML mapper
- this component transform the bean into XML.
Updated by chin-yeh about 14 years ago · 14 revisions