Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Usage

Dev WSDL location: https://thea.adcom.uci.edu/WebServices/DWHServer?wsdl

...

ParameterDescriptionData TypeExample
kfsFiscalYearThe KFS Fiscal YearString (4)'2013'
kfsChartCodeThe KFS chart of accounts codeString (2)

'IR'

kfsAcctNumberKFS Account NumberString(7)'1234567'
kfsObjCodeKFS Object CodeString (4)'CASH'
kfsSubObjCodeKFS SubObject CodeString (4)'CASH'
isValidIs the SubObject Active?booleantrue

WS Example

Request
Code Block
 
Response
Code Block
 

Java Client Example

Code Block
 

 

...

getValidKFSSubObjects

Input Specifications

...

DB ParameterJava ParameterDescriptionData Type 
UNIV_FISCAL_YR
kfsFiscalYearKFS Fiscal YearString (4)2012
FIN_COA_CD
kfsChartCodeKFS Chart CodeString (2)'IR'
ACCOUNT_NBM
kfsAcctNumberKFS Account NumberString (7)

'1234567'

FIN_OBJECT_CD
kfsObjCodeKFS Object CodeString (4)'CASH'
FIN_OBJ_CD_NM
kfsObjCodeNameKFS Object Code NameString (40) 
FIN_SUB_OBJ_CD
kfsSubObjCodeKFS SubObject CodeString (4)'CASH'
FIN_SUB_OBJ_CD_NM
kfsSubObjCodeNameKFS SubObject Code NameString (40) 

WS Example

Request
Code Block
 
Response
Code Block
 

Java Client Example

Code Block
 

 

...

getAllKFSSubObjects

No input parameter, ALL active KFS sub object details will be returned in result set.

...

Result Schema: Same as getValidKFSSubObjects()

WS Example

Request
Code Block
 
Response
Code Block
 

Java Client Example

Code Block
 

 

...