1234567891011121314151617181920 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSNA00101">
- <action url="svc://local"
- target="stsenrapp.StsApuMngt"
- interface="himed.his.sts.stsenrapp.stsapumngt.StsApuMngt"
- method="reqGetDeptList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="orddeptflag">
- <column id="yyyymm" desc="기준년월" ref="yyyymm"/>
- <column id="orddeptflag" desc="조회구분" ref="orddeptflag"/>
- </table>
- </input>
- <output path="root/deptinfo" type="xml">
- <table id="deptlist" count_ref="deptlist">
- <column id="deptcd" desc="부서코드" ref="deptlist.deptcd"/>
- <column id="deptnm" desc="부서명" ref="deptlist.deptnm"/>
- </table>
- </output>
- </submit>
|