Project

General

Profile

Deployment Guide - qiwi-billManagement » History » Revision 7

Revision 6 (Soh Keong, 06/07/2012 10:12 AM) → Revision 7/16 (Soh Keong, 06/07/2012 10:23 AM)

h1. Deployment Guide - qiwi-billManagement 

 *Steps-By-Steps:* 
 # checkout the [[wiki#SCM|qiwi-billManagement]] project into <code>Eclipse</code> 
 # upload application.properties to /data/qiwi-provider/application.properties</code> (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_billManagement_Properties) 
 # Jar file (\\cwyrnd2-server\src\sohkeong\QIWI\Qiwi_billManagement_Jar) 
 # By calling below methods method will get the result code. 
 <pre> 
 main.java.com.ecosway.service.IShopServerService CreateBillService service = new main.java.com.ecosway.service.impl.IShopServerServiceImpl(); CreateBillServiceImpl(); 
 </pre> 
   * Create Bill 
 <pre> 
 int result = service.createBill(String user, double amount, String comment, 
			 String transaction, String lifetime, int alarm, boolean create); 
 </pre> 
   * Cancel Bill 
 <pre> 
 int result = service.cancelBill(String transaction); 
 </pre> 
   * Create Bill Payed Amount 
 <pre> 
 int result = service.cancelBillPayedAmount(String nbill, double amount); 
 </pre> 

  

 

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