123456789101112131415161718 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSNB00101">
- <action url="svc://local"
- target="stsenrapp.StsEnrMngt"
- interface="himed.his.sts.stsenrapp.stsenrmngt.StsEnrMngt"
- method="reqExeSumList">
- </action>
- <input type="urlencoded">
- <table id="reqcond" count_ref="fromdd">
- <column id="fromdd" desc="시작일자" ref="fromdd"/>
- <column id="todd" desc="종료일자" ref="todd"/>
- <column id="sumflag" desc="집계구분" ref="sumflag"/>
- <column id="getparamcnt" desc="파라미터수" ref="getparamcnt"/>
- </table>
- </input>
- <output path="root/sumlist" type="xml">
- </output>
- </submit>
|