12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSTC00700">
- <action url="svc://local"
- target="stscomapp.StsCom"
- interface="himed.his.sts.stscomapp.StsCom.StsCom"
- method="reqGetStsCombo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="in_cond1">
- <column id="in_rptcd" type="string" desc="장표번호" ref="in_rptcd"/>
- <column id="in_cond1" type="string" desc="코드번호" ref="in_cond1"/>
-
- </table>
- </input>
- <output path="root/cond2" type="xml">
- <table id="condcd" count_ref="condcd">
- <column id="cd" desc="조건코드" type="string" ref="condcd.cd"/>
- <column id="nm" desc="조건명" type="string" ref="condcd.nm"/>
- </table>
- </output>
- </submit>
|