1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSTC01000">
- <action url="svc://local"
- target="stscomapp.StsCom"
- interface="himed.his.sts.stscomapp.StsCom.StsCom"
- method="reqGetStsComboList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="in_cond4">
- <column id="in_rptcd" type="string" desc="장표번호" ref="in_rptcd"/>
- <column id="in_cond4" type="string" desc="코드번호" ref="in_cond4"/>
- <column id="in_submit" type="string" desc="서브밋종류" ref="in_submit"/>
-
- </table>
- </input>
- <output path="root/cond4" 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>
|