Deployment Guide - qiwi-billManagement » History » Version 7
Soh Keong, 06/07/2012 10:23 AM
1 | 6 | Soh Keong | h1. Deployment Guide - qiwi-billManagement |
---|---|---|---|
2 | 1 | Soh Keong | |
3 | *Steps-By-Steps:* |
||
4 | 6 | Soh Keong | # checkout the [[wiki#SCM|qiwi-billManagement]] project into <code>Eclipse</code> |
5 | # upload application.properties to /data/qiwi-provider/application.properties</code> (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_billManagement_Properties) |
||
6 | # Jar file (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_billManagement_Jar) |
||
7 | 7 | Soh Keong | # By calling below methods will get the result code. |
8 | 1 | Soh Keong | <pre> |
9 | 7 | Soh Keong | main.java.com.ecosway.service.IShopServerService service = new main.java.com.ecosway.service.impl.IShopServerServiceImpl(); |
10 | </pre> |
||
11 | * Create Bill |
||
12 | <pre> |
||
13 | 5 | Soh Keong | int result = service.createBill(String user, double amount, String comment, |
14 | 1 | Soh Keong | String transaction, String lifetime, int alarm, boolean create); |
15 | </pre> |
||
16 | 7 | Soh Keong | * Cancel Bill |
17 | <pre> |
||
18 | int result = service.cancelBill(String transaction); |
||
19 | </pre> |
||
20 | * Create Bill Payed Amount |
||
21 | <pre> |
||
22 | int result = service.cancelBillPayedAmount(String nbill, double amount); |
||
23 | </pre> |
||
24 | |||
25 | |||
26 | 1 | Soh Keong | |
27 | 4 | Soh Keong | *Development Server:* |
28 | 1 | Soh Keong | <pre> |
29 | 6 | Soh Keong | http://192.168.2.68:8080/qiwi-billManagementTest/ |
30 | 1 | Soh Keong | </pre> |