TRCRC00301.xml 979 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCRC00301">
  3. <action url="svc://local"
  4. target="rulemngtapp.RuleMngt"
  5. interface="himed.his.crm.rulemngtapp.rulemngt.RuleMngt"
  6. method="reqGetPrgmList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="srchcond">
  10. <column id="srchcond" desc="검색조건" ref="srchcond"/>
  11. <column id="srchterm" desc="검색단어" ref="srchterm"/>
  12. </table>
  13. </input>
  14. <output path="root" type="xml">
  15. <table id="synclist" count_ref="synclist">
  16. <column id="prgmid" type="string" desc="프로그램ID" ref="synclist.prgmid"/>
  17. <column id="synctablenm" type="string" desc="연동테이블명" ref="synclist.synctablenm"/>
  18. <column id="tableinfo" type="string" desc="테이블정보" ref="synclist.tableinfo"/>
  19. </table>
  20. </output>
  21. </submit>