Project

General

Profile

Deployment Guide - qiwi-billManagement » History » Revision 5

Revision 4 (Soh Keong, 06/04/2012 02:05 PM) → Revision 5/16 (Soh Keong, 06/04/2012 02:39 PM)

h1. Deployment Guide - qiwi-createBill 

 *Steps-By-Steps:* 
 # checkout the [[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_createBill_Properties) 
 # Jar file (\\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-createBillTest/ 
 </pre>