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