Project

General

Profile

Wiki » History » Version 6

Soh Keong, 08/15/2012 10:22 AM

1 6 Soh Keong
{{TOC}}
2
3 1 Soh Keong
h1. Wiki
4
5 4 Soh Keong
h2. Overview
6
7
!mcom.png!
8
9 1 Soh Keong
h2. Guide
10
11
*Step by step*
12
13 5 Soh Keong
# checkout the [[wiki#SCM|ecoswayService]] project into Eclipse.
14 1 Soh Keong
# upload application.properties to /data/mcom/application.properties (\\cwyrnd2-server\src\sohkeong\mcom\application.properties)
15
# startup jboss server.
16 5 Soh Keong
# wsdl file can get from http://{server}:{port}/ecoswayService/services/PointServiceImplPort?wsdl
17 1 Soh Keong
18
h3. application.properties
19
20 3 Soh Keong
# username = authentication.
21
# password = authentication.
22 1 Soh Keong
# hash.key = md5 hash key.
23 3 Soh Keong
# url      = query data from.
24 1 Soh Keong
25
h3. JSP/Servlet page
26
27
# library file at \\cwyrnd2-server\src\sohkeong\mcom\lib\
28 2 Soh Keong
# sample page at \\cwyrnd2-server\src\sohkeong\mcom\index.jsp
29 1 Soh Keong
30
31
h2. SCM
32
33
_CVS:_
34
35
_Mcom Web Services for query shopper E-Account, E-refund, purchase RP and registration RP:_
36
<pre>
37
Host: cwyrnd2-server [IP address:192.168.2.11]
38
Path: d:/source/ecoswayNew
39 5 Soh Keong
Module: ecoswayService
40 1 Soh Keong
Tag: HEAD
41
</pre>