1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCRB00107">
- <action url="svc://local"
- target="rulemngtapp.RuleMngt"
- interface="himed.his.crm.rulemngtapp.rulemngt.RuleMngt"
- method="reqGetPrcpListKey">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="prcpflag">
- <column id="rsrvflag" desc="예약구분" ref="rsrvflag"/>
- <column id="prcpflag" desc="항목구분" ref="prcpflag"/>
- <column id="prcpcd" desc="항목코드" ref="prcpcd"/>
- <column id="deptcd" desc="등록부서코드" ref="deptcd"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="prcplisttemp" count_ref="prcplisttemp">
- <column id="itemflag" type="string" desc="항목구분" ref="prcplisttemp.itemflag"/>
- <column id="itemcd" type="string" desc="항목코드" ref="prcplisttemp.itemcd"/>
- <column id="rgstdeptcd" type="string" desc="등록부서코드" ref="prcplisttemp.rgstdeptcd"/>
- </table>
- </output>
- </submit>
|