12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRTSS00201">
- <action url="svc://local"
- target="sampleapp.UploadSample"
- interface="himed.his.tmp.sampleapp.uploadsample.UploadSample"
- 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"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="reportlist" count_ref="reportlist">
- <column id="reportnm" type="string" desc="보고서명" ref="reportlist.reportnm"/>
- <column id="reportid" type="int" desc="보고서ID" ref="reportlist.reportid"/>
- </table>
- </output>
- </submit>
|