1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSTC00901">
- <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_rptcd">
- <column id="in_rptcd" type="string" desc="장표번호" ref="in_rptcd"/>
- <column id="in_cond1" type="string" desc="코드번호" ref="in_cond1"/>
- <column id="in_cond7" type="string" desc="코드번호" ref="in_cond7"/>
- <column id="in_submit" type="string" desc="서브밋종류" ref="in_submit"/>
- <column id="in_fromdd" type="string" desc="시작일자" ref="in_fromdd"/>
- <column id="in_todd" type="string" desc="종료일자" ref="in_todd"/>
- </table>
- </input>
-
- <output path="root/cond7" 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>
|