12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXSMR00204">
- <!-- 레포트 등록화면 레포트 파일업로드 -->
- <action url="svc://local"
- target="stsmngtapp.StsRept"
- interface="himed.his.sts.stsmngtapp.stsrept.StsRept"
- method="reqExeUploadReport">
- </action>
- <input type="urlencoded">
- <table id="attach" count_ref="file">
- <column id="filenm" desc="첨부파일명" ref="file.name"/>
- <column id="filedata" desc="첨부파일데이터" ref="file.data"/>
- <column id="filesize" desc="첨부파일크기" ref="file.size"/>
- <column id="filetype" desc="파일종류" ref="file.type"/>
- </table>
- <table id="report" count_ref="title">
- <column id="title" desc="보고서명" ref="title"/>
- <column id="statsreptcd" type="string" desc="레포트코드" ref="statsreptcd"/>
- <column id="cretseq" type="int" desc="레포트순번" ref="cretseq"/>
- </table>
- </input>
- <output path="root/temp" type="xml">
- </output>
- </submit>
|