- Table of contents
- Local
- WebService
- WADL
Local¶
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.
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 |
WebService¶
Conditions¶
1. Support http POST method only. WebService.jsp
2. Parameter
a. Data : Parameter + Service + Method (encrypt)
b. Authetication : FingerPrint
c. Authorization : Requester & Key
WADL¶
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
Updated by Soh Keong about 2 years ago ยท 6 revisions