Project

General

Profile

Deployment Guide - qiwi-billManagement » History » Version 5

Soh Keong, 06/04/2012 02:39 PM

1 1 Soh Keong
h1. Deployment Guide - qiwi-createBill
2
3
*Steps-By-Steps:*
4
# checkout the [[wiki#SCM|qiwi-updateBill]] project into <code>Eclipse</code>
5 3 Soh Keong
# upload application.properties to /data/qiwi-provider/application.properties</code> (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_createBill_Properties)
6 2 Soh Keong
# Jar file (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_createBill_Jar)
7 5 Soh Keong
# By calling below method will get the result code.
8
<pre>
9
CreateBillService service = new CreateBillServiceImpl();
10
int result = service.createBill(String user, double amount, String comment,
11
			String transaction, String lifetime, int alarm, boolean create);
12
</pre>
13 1 Soh Keong
14 4 Soh Keong
*Development Server:*
15 1 Soh Keong
<pre>
16
http://192.168.2.68:8080/qiwi-createBillTest/
17
</pre>