Project

General

Profile

Actions

Deployment Guide - qiwi-responder » History » Revision 1

Revision 1/4 | Next »
Soh Keong, 05/30/2012 05:26 PM


Deployment Guide - qiwi-responder

Step By Step

1. Check out qiwi-responder from cvs.
2. By calling below method will get the result code.
   QiwiClientService service = new QiwiClientServiceImpl();
   int result = service.updateBill(String transaction, String status);
3. Jar file needed (\\cwyrnd2-server\src\sohkeong\Qiwi Client Jar)
 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

*Development Server*
http://192.168.2.68:8080/qiwi-responder/

Updated by Soh Keong over 12 years ago · 1 revisions