Actions
Deployment Guide - qiwi-responder » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
Soh Keong, 05/31/2012 12:48 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 login, String password, 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 · 3 revisions