TXTSS00201.xml 1.1 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRTSS00201">
  3. <action url="svc://local"
  4. target="sampleapp.UploadSample"
  5. interface="himed.his.tmp.sampleapp.uploadsample.UploadSample"
  6. method="reqExeUploadReport">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="attach" count_ref="file">
  10. <column id="filenm" desc="첨부파일명" ref="file.name"/>
  11. <column id="filedata" desc="첨부파일데이터" ref="file.data"/>
  12. <column id="filesize" desc="첨부파일크기" ref="file.size"/>
  13. <column id="filetype" desc="파일종류" ref="file.type"/>
  14. </table>
  15. <table id="report" count_ref="title">
  16. <column id="title" desc="보고서명" ref="title"/>
  17. </table>
  18. </input>
  19. <output path="root/list" type="xml">
  20. <table id="reportlist" count_ref="reportlist">
  21. <column id="reportnm" type="string" desc="보고서명" ref="reportlist.reportnm"/>
  22. <column id="reportid" type="int" desc="보고서ID" ref="reportlist.reportid"/>
  23. </table>
  24. </output>
  25. </submit>