12345678910111213141516171819 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCSN00105">
- <action url="svc://local"
- target="statsmngtapp.StatsMngt"
- interface="himed.his.crm.statsmngtapp.statsmngt.StatsMngt"
- method="reqGetUseDeptcdEmpid">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchdeptcd">
- <column id="srchdeptcd" desc="부서코드" ref="srchdeptcd"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="rsemp" count_ref="rsemp">
- <column id="empid" desc="직원번호" ref="rsemp.empid"/>
- <column id="empnm" desc="직원명" ref="rsemp.empnm"/>
- </table>
- </output>
- </submit>
|