12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXSMR00205">
- <!-- 리포트 삭제 -->
- <action url="svc://local"
- target="stsmngtapp.StsRept"
- interface="himed.his.sts.stsmngtapp.stsrept.StsRept"
- method="reqExeDeleteAttachFiles">
- </action>
- <input type="urlencoded">
- <table id="rptf" count_ref="rptf">
- <column id="status" type="string" desc="처리구분" ref="rptf.m"/>
- <column id="rptf_check" type="string" desc="파일순번" ref="rptf.rptf_check"/>
- <column id="seqno" type="int" desc="파일순번" ref="rptf.rptf_num"/>
- <column id="statsreptcd" type="string" desc="Report코드" ref="rptf.rptf_statsreptcd"/>
- <column id="cretseq" type="int" desc="Report순번" ref="rptf.rptf_cretseq"/>
- </table>
-
- <!-- <column id="status" type="string" desc="처리구분" ref="rptf.m"/> -->
- </input>
- <output path="root/temp" type="xml">
- </output>
- </submit>
|