TRTSS00301.xml 1.0 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRTSS00301">
  3. <action url="svc://local"
  4. target="sampleapp.UploadSample"
  5. interface="himed.his.tmp.sampleapp.uploadsample.UploadSample"
  6. method="reqGetAttachFileList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="reportid">
  10. <column id="reportid" desc="보고서명" ref="reportid"/>
  11. </table>
  12. </input>
  13. <output path="root/list" type="xml">
  14. <table id="attachlist" count_ref="attachlist">
  15. <column id="filenm" type="string" desc="첨부파일명" ref="attachlist.orgfilenm"/>
  16. <column id="filesize" type="int" desc="파일크기" ref="attachlist.filesize"/>
  17. <column id="filetype" type="string" desc="파일종류" ref="attachlist.filetype"/>
  18. <column id="filepath" type="string" desc="서버저장경로" ref="attachlist.ftpfilepath"/>
  19. <column id="reportid" type="string" desc="보고서ID" ref="attachlist.reportid"/>
  20. </table>
  21. </output>
  22. </submit>