TXTSS00602.xml 944 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TXTSS00602">
  3. <action url="svc://local"
  4. target="sampleapp.RtfSample"
  5. interface="himed.his.tmp.sampleapp.rtfsample.RtfSample"
  6. method="reqDelRtf">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="filename">
  10. <column id="filename" type="string" ref="filename"/>
  11. <column id="rtfcode" type="string" ref="rtfcode"/>
  12. </table>
  13. </input>
  14. <output path="root" type="xml">
  15. <table id="rtflist" count_ref="rtf">
  16. <column id="filename" type="string" ref="rtf.filename"/>
  17. <column id="fstrgstrid" type="string" ref="rtf.fstrgstrid"/>
  18. <column id="fstrgstdt" type="string" ref="rtf.fstrgstdt"/>
  19. <column id="lastupdtrid" type="string" ref="rtf.lastupdtrid"/>
  20. <column id="lastupdtdt" type="string" ref="rtf.lastupdtdt"/>
  21. </table>
  22. </output>
  23. </submit>