Wiki » History » Revision 5
Revision 4 (Soh Keong, 11/15/2022 03:44 PM) → Revision 5/6 (Soh Keong, 11/15/2022 03:47 PM)
{{toc}}
h1. Local
h3. Conditions
1. Support http POST method only. Local.jsp
2. Client IP & Port @ commonBean.xml
3. Example Request : {"Service":"EcBvPointController","Method":"getCheckBPointBalanceByIcNo","yourParam":"yourValue"...}
4. Example Response : {"Data":"{"responseParam":"responseValue",...}","ResponseCode":"00000","ResponseMessage":"SUCCESS."}
5. No encryption involved.
h3. Package & Classes
|_.Project |_.Package |_.Class prefix |
| eCosway | my.com.eCosway.controller. | Ec |
| Cosway | my.com.cosway.controller. | Cos |
| Usa | my.com.usa.controller. | Usa |
| myStore | my.com.myStore.controller. | Ms |
h1. WebService
h3. Conditions
1. Support http POST method only. Local.jsp
2. Parameter
a. Data : Parameter + Service + Method (encrypt)
b. Authetication : FingerPrint
c. Authorization : Requester & Key
h1. WADL
h3. Conditions
1. WADL : http://202.129.164.38:9090/OnlineWSService/HKOnline/services/
2. Parameter
a. Data : Parameter (encrypt)
b. Authetication : FingerPrint
c. Authorization : Requester & Key