12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXCRC00101">
- <action url="svc://local"
- target="rulemngtapp.RuleMngt"
- interface="himed.his.crm.rulemngtapp.rulemngt.RuleMngt"
- method="reqExeSyncList">
- </action>
- <input type="urlencoded">
- <table id="synclist" count_ref="synclist">
- <column id="status" type="string" desc="처리구분" ref="synclist.m"/>
- <column id="prgmid" type="string" desc="프로그램ID" ref="synclist.prgmid"/>
- <column id="synctablenm" type="string" desc="연동테이블명" ref="synclist.synctablenm"/>
- <column id="tableinfo" type="string" desc="테이블정보" ref="synclist.tableinfo"/>
- <column id="syncintvl" type="int" desc="연동간격" ref="synclist.syncintvl"/>
- <column id="syncunit" type="int" desc="연동단위" ref="synclist.syncunit"/>
- <column id="fromdt" type="string" desc="실행시작" ref="synclist.fromdt"/>
- <column id="fcsttodt" type="string" desc="실행종류" ref="synclist.fcsttodt"/>
- <column id="connip" type="string" desc="접속IP" ref="synclist.connip"/>
- <column id="conndb" type="string" desc="접속DB" ref="synclist.conndb"/>
- <column id="connacnt" type="string" desc="접속ID" ref="synclist.connacnt"/>
- <column id="connpwd" type="string" desc="접속PW" ref="synclist.connpwd"/>
- <column id="connport" type="int" desc="접속Port" ref="synclist.connport"/>
- <column id="useyn" type="string" desc="사용여부" ref="synclist.useyn"/>
- </table>
- </input>
- <output path="root" type="xml">
- </output>
- </submit>
|