Project

General

Profile

Deployment Guide - qiwi-responder » History » Version 1

Soh Keong, 05/30/2012 05:26 PM

1 1 Soh Keong
h1. Deployment Guide - qiwi-responder
2
3
*Step By Step*
4
<pre>
5
1. Check out qiwi-responder from cvs.
6
2. By calling below method will get the result code.
7
   QiwiClientService service = new QiwiClientServiceImpl();
8
   int result = service.updateBill(String transaction, String status);
9
3. Jar file needed (\\cwyrnd2-server\src\sohkeong\Qiwi Client Jar)
10
 a. axis.jar
11
 b. commons-discovery-0.2.jar
12
 c. commons-logging.jar
13
 d. jaxrpc.jar
14
 e. org.springframework.core-3.0.5.RELEASE.jar
15
 f. qiwi-responder.jar
16
 g. saaj.jar
17
 h. wsdl4j.jar
18
19
*Development Server*
20
http://192.168.2.68:8080/qiwi-responder/
21
</pre>