Deployment Guide - qiwi-responder » History » Version 3
Soh Keong, 05/31/2012 12:48 PM
1 | 1 | Soh Keong | h1. Deployment Guide - qiwi-responder |
---|---|---|---|
2 | |||
3 | *Step By Step* |
||
4 | 2 | Soh Keong | |
5 | 1 | Soh Keong | 1. Check out qiwi-responder from cvs. |
6 | 2. By calling below method will get the result code. |
||
7 | 2 | Soh Keong | <pre> |
8 | 1 | Soh Keong | QiwiClientService service = new QiwiClientServiceImpl(); |
9 | 3 | Soh Keong | int result = service.updateBill(String login, String password, String transaction, String status); |
10 | 2 | Soh Keong | </pre> |
11 | 1 | Soh Keong | 3. Jar file needed (\\cwyrnd2-server\src\sohkeong\Qiwi Client Jar) |
12 | 2 | Soh Keong | <pre> |
13 | 1 | Soh Keong | a. axis.jar |
14 | b. commons-discovery-0.2.jar |
||
15 | c. commons-logging.jar |
||
16 | d. jaxrpc.jar |
||
17 | e. org.springframework.core-3.0.5.RELEASE.jar |
||
18 | f. qiwi-responder.jar |
||
19 | g. saaj.jar |
||
20 | h. wsdl4j.jar |
||
21 | 2 | Soh Keong | </pre> |
22 | 1 | Soh Keong | |
23 | *Development Server* |
||
24 | 2 | Soh Keong | <pre> |
25 | 1 | Soh Keong | http://192.168.2.68:8080/qiwi-responder/ |
26 | </pre> |