12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXCRB00102">
- <action url="svc://local"
- target="rulemngtapp.RuleMngt"
- interface="himed.his.crm.rulemngtapp.rulemngt.RuleMngt"
- method="reqExeHospInfo">
- </action>
- <input type="urlencoded">
- <table id="item" count_ref="savemode">
- <column id="savemode" type="string" desc="실행구분" ref="savemode"/>
- <column id="hospnm" type="string" desc="병원명" ref="hospnm"/>
- <column id="hospreprtel" type="string" desc="대표전화" ref="hospreprtel"/>
- <column id="hospreprmail" type="string" desc="대표메일" ref="hospreprmail"/>
- <column id="mailsvr" type="string" desc="메일서버" ref="mailsvr"/>
- <column id="mailacnt" type="string" desc="메일계정" ref="mailacnt"/>
- <column id="mailpwd" type="string" desc="메일암호" ref="mailpwd"/>
- <column id="deptcd" type="string" desc="부서코드" ref="deptcd"/>
- </table>
- </input>
- <output path="root" type="xml">
- </output>
- </submit>
|