Wiki » History » Revision 12
Revision 11 (Soh Keong, 05/02/2012 12:31 PM) → Revision 12/22 (Soh Keong, 05/02/2012 03:18 PM)
{{toc}} h1. Wiki h2. Overview _Payment Flow:_ !payment_flow.png! h2. Guides * [[Programming Guide]] *qiwi-provider* > qiwi-provider is the web services is built using the WSDL schema which provided by QIWI. * [[Deployment Guide - qiwi-provider]] *qiwi-responder* > qiwi-responder is the web service client for qiwi-provider. *Step By Step* <pre> 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 </pre> h2. Merchant Account <pre> Admin URL: http://ishopnew.qiwi.ru/ Merchant/Shop ID: 18356 Password: refer to server_login.xls </pre> h2. Contact Person *QIWI:* * *Support:* Stanislav Yu Dubrov [s.dubrov@qiwi.ru] *eCosway:* * *API Integration:* ** Belynda Goh, Swee-Fun [sfgoh@cosway.com.my] ** Kwan, Chooi-Mey [cmkwan@cosway.com.my] * *Online Mall:* ** Hann, Chong-Ting [cthann@cosway.com.my] h2. SCM _CVS:_ _QIWI Web Services for Payment Result Callback:_ <pre> Host: cwyrnd2-server [IP address:192.168.2.11] Path: d:/source/ecoswayNew Module: qiwi-provider Tag: HEAD </pre> _QIWI Web Services Client for get Result from QIWI Web Services:_ <pre> Host: cwyrnd2-server [IP address:192.168.2.11] Path: d:/source/ecoswayNew Module: qiwi-responder Tag: HEAD </pre>