Project

General

Profile

Deployment Guide - qiwi-billManagement » History » Revision 6

Revision 5 (Soh Keong, 06/04/2012 02:39 PM) → Revision 6/16 (Soh Keong, 06/07/2012 10:12 AM)

h1. Deployment Guide - qiwi-billManagement qiwi-createBill 

 *Steps-By-Steps:* 
 # checkout the [[wiki#SCM|qiwi-billManagement]] [[wiki#SCM|qiwi-updateBill]] project into <code>Eclipse</code> 
 # upload application.properties to /data/qiwi-provider/application.properties</code> (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_billManagement_Properties) (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_createBill_Properties) 
 # Jar file (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_billManagement_Jar) (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_createBill_Jar) 
 # By calling below method will get the result code. 
 <pre> 
 CreateBillService service = new CreateBillServiceImpl(); 
 int result = service.createBill(String user, double amount, String comment, 
			 String transaction, String lifetime, int alarm, boolean create); 
 </pre> 

 *Development Server:* 
 <pre> 
 http://192.168.2.68:8080/qiwi-billManagementTest/ http://192.168.2.68:8080/qiwi-createBillTest/ 
 </pre>