Project

General

Profile

Deployment Guide - qiwi-responder » History » Revision 3

Revision 2 (Soh Keong, 05/30/2012 05:29 PM) → Revision 3/4 (Soh Keong, 05/31/2012 12:48 PM)

h1. Deployment Guide - qiwi-responder 

 *Step By Step* 

 1. Check out qiwi-responder from cvs. 
 2. By calling below method will get the result code. 
 <pre> 
    QiwiClientService service = new QiwiClientServiceImpl(); 
    int result = service.updateBill(String login, String password, String transaction, String status); 
 </pre> 
 3. Jar file needed (\\cwyrnd2-server\src\sohkeong\Qiwi Client Jar) 
 <pre> 
  a. axis.jar 
  b. commons-discovery-0.2.jar 
  c. commons-logging.jar 
  d. jaxrpc.jar 
  e. org.springframework.core-3.0.5.RELEASE.jar 
  f. qiwi-responder.jar 
  g. saaj.jar 
  h. wsdl4j.jar 
 </pre> 

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