123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVT00302">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqGetDeptEmpList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="instcd">
- <column id="instcd" type="string" ref="instcd" desc="기관코드" />
- <column id="deptcd" type="string" ref="deptcd" desc="부서코드" />
- </table>
- </input>
- <output path="root" type="xml">
- <table id="empllist" count_ref="empllist">
- <column id="dutunitnm" ref="empllist.dutunitnm" desc="근무부서명"/>
- <column id="empnm" ref="empllist.usernm" desc="사원명"/>
- <column id="jobposcd" ref="empllist.jobposcd" desc="직위"/>
- <column id="jobrespcd" ref="empllist.jobrespcd" desc="직책"/>
- <column id="grupjoblncd" ref="empllist.grupjoblncd" desc="직군"/>
- <column id="userkindcd" ref="empllist.userkindcd" desc="사용자유형"/>
- <column id="posinstnm" ref="empllist.posinstnm" desc="소속기관명명"/>
- <column id="posdeptnm" ref="empllist.posdeptnm" desc="소속부서명"/>
- <column id="empid" ref="empllist.userid" desc="사원번호"/>
- <column id="dutinstnm" ref="empllist.dutinstnm" desc="근무기관명"/>
- <column id="dutunitcd" ref="empllist.dutunitcd" desc="근무부서"/>
- <column id="posdeptcd" ref="empllist.posdeptcd" desc="소속부서"/>
- </table>
- </output>
- </submit>
|