12345678910111213141516171819 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVQ01402">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqGetVOCGrpList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="grpdeptcd">
- <column id="grpdeptcd" desc="그룹코드" ref="grpdeptcd"/>
- </table>
- </input>
- <output path="root/param" type="xml">
- <table id="grpdeptcd" count_ref="grpdeptcd">
- <column id="subdeptnm" desc="하위부서명" ref="grpdeptcd.subdeptnm"/>
- <column id="subdeptcd" desc="하위부서코드" ref="grpdeptcd.subdeptcd"/>
- </table>
- </output>
- </submit>
|