12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRTSS00301">
- <action url="svc://local"
- target="sampleapp.UploadSample"
- interface="himed.his.tmp.sampleapp.uploadsample.UploadSample"
- method="reqGetAttachFileList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="reportid">
- <column id="reportid" desc="보고서명" ref="reportid"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="attachlist" count_ref="attachlist">
- <column id="filenm" type="string" desc="첨부파일명" ref="attachlist.orgfilenm"/>
- <column id="filesize" type="int" desc="파일크기" ref="attachlist.filesize"/>
- <column id="filetype" type="string" desc="파일종류" ref="attachlist.filetype"/>
- <column id="filepath" type="string" desc="서버저장경로" ref="attachlist.ftpfilepath"/>
- <column id="reportid" type="string" desc="보고서ID" ref="attachlist.reportid"/>
- </table>
- </output>
- </submit>
|