Project

General

Profile

Wiki » History » Revision 3

Revision 2 (Soh Keong, 11/15/2022 02:59 PM) → Revision 3/6 (Soh Keong, 11/15/2022 03:43 PM)

{{toc}} 

 h1. Local Wiki 

 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.  


 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 

 h2. Conditions 

 1. Parameter  

 a. Data  		 : Parameter + Service + Method (encrypt)  
 b. Authetication 	 : FingerPrint  
 c. Authorization 	 : Requester & Key  


 h1. WADL 

 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