Project

General

Profile

Documentation » History » Version 15

chin-yeh, 10/27/2010 03:15 PM

1 8 chin-yeh
{{toc}}
2
3 1 chin-yeh
h1. Documentation
4
5 12 chin-yeh
The main documentation for this project.
6
7
h2. Overview
8 10 chin-yeh
9 12 chin-yeh
In summary, the QConnector contains the following components:
10
* *JMS Adaptor*
11
** produce JMS message
12
** consume JMS message
13
* *SOAP Adaptor*
14
** forward XML content to web service provider
15
* *Web Service (Dot Com)*
16
** the request should come from JMS system.
17
* *Web Service Mimic*
18
** Act as a proxy by receiving the web service request on behalf of the actual web service provider.
19
** this component works together with JMS adaptor to insert web service request into JMS queue.
20 14 chin-yeh
* *Ecosway Adaptor*
21
** retrieve the relevant data and then send it to <code>Web Service Mimic</code>
22 1 chin-yeh
* *WS Status*
23
** this component transforms the web service's response and update the respective event log in the database.
24
* *XML mapper*
25
** this component transform the bean into XML.
26 15 chin-yeh
27
h2. Load Test Result
28
29
[[Load Test Prototype|Click here]] to see the result which tested on the prototype.