12345678910111213141516171819 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRDRM00202">
- <action url="svc://local"
- target="reptapp.MealPresCondRef"
- interface="himed.his.crd.reptapp.mealprescondref.MealPresCondRef"
- method="reqGetDept">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="instcd">
- <column id="instcd" desc="±â°ü¸í" ref="instcd"/>
- </table>
- </input>
- <output path="root/dept" type="xml">
- <table id="itemlist" count_ref="itemlist">
- <column id="deptcd" desc="ºÎ¼ ÄÚµå" ref="itemlist.deptcd"/>
- <column id="depthngnm" desc="ºÎ¼ ¸í" ref="itemlist.depthngnm"/>
- </table>
- </output>
- </submit>
|