Wiki » History » Revision 4
Revision 3 (Soh Keong, 11/15/2022 03:43 PM) → Revision 4/6 (Soh Keong, 11/15/2022 03:44 PM)
{{toc}} h1. Local h3. h2. 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. h2. 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. h2. Conditions 1. Parameter a. Data : Parameter + Service + Method (encrypt) b. Authetication : FingerPrint c. Authorization : Requester & Key h1. WADL h3. h2. 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