TXCRC00101.xml 1.8 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TXCRC00101">
  3. <action url="svc://local"
  4. target="rulemngtapp.RuleMngt"
  5. interface="himed.his.crm.rulemngtapp.rulemngt.RuleMngt"
  6. method="reqExeSyncList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="synclist" count_ref="synclist">
  10. <column id="status" type="string" desc="처리구분" ref="synclist.m"/>
  11. <column id="prgmid" type="string" desc="프로그램ID" ref="synclist.prgmid"/>
  12. <column id="synctablenm" type="string" desc="연동테이블명" ref="synclist.synctablenm"/>
  13. <column id="tableinfo" type="string" desc="테이블정보" ref="synclist.tableinfo"/>
  14. <column id="syncintvl" type="int" desc="연동간격" ref="synclist.syncintvl"/>
  15. <column id="syncunit" type="int" desc="연동단위" ref="synclist.syncunit"/>
  16. <column id="fromdt" type="string" desc="실행시작" ref="synclist.fromdt"/>
  17. <column id="fcsttodt" type="string" desc="실행종류" ref="synclist.fcsttodt"/>
  18. <column id="connip" type="string" desc="접속IP" ref="synclist.connip"/>
  19. <column id="conndb" type="string" desc="접속DB" ref="synclist.conndb"/>
  20. <column id="connacnt" type="string" desc="접속ID" ref="synclist.connacnt"/>
  21. <column id="connpwd" type="string" desc="접속PW" ref="synclist.connpwd"/>
  22. <column id="connport" type="int" desc="접속Port" ref="synclist.connport"/>
  23. <column id="useyn" type="string" desc="사용여부" ref="synclist.useyn"/>
  24. </table>
  25. </input>
  26. <output path="root" type="xml">
  27. </output>
  28. </submit>