TRCVT00302.xml 1.6 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVT00302">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetDeptEmpList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="instcd">
  10. <column id="instcd" type="string" ref="instcd" desc="기관코드" />
  11. <column id="deptcd" type="string" ref="deptcd" desc="부서코드" />
  12. </table>
  13. </input>
  14. <output path="root" type="xml">
  15. <table id="empllist" count_ref="empllist">
  16. <column id="dutunitnm" ref="empllist.dutunitnm" desc="근무부서명"/>
  17. <column id="empnm" ref="empllist.usernm" desc="사원명"/>
  18. <column id="jobposcd" ref="empllist.jobposcd" desc="직위"/>
  19. <column id="jobrespcd" ref="empllist.jobrespcd" desc="직책"/>
  20. <column id="grupjoblncd" ref="empllist.grupjoblncd" desc="직군"/>
  21. <column id="userkindcd" ref="empllist.userkindcd" desc="사용자유형"/>
  22. <column id="posinstnm" ref="empllist.posinstnm" desc="소속기관명명"/>
  23. <column id="posdeptnm" ref="empllist.posdeptnm" desc="소속부서명"/>
  24. <column id="empid" ref="empllist.userid" desc="사원번호"/>
  25. <column id="dutinstnm" ref="empllist.dutinstnm" desc="근무기관명"/>
  26. <column id="dutunitcd" ref="empllist.dutunitcd" desc="근무부서"/>
  27. <column id="posdeptcd" ref="empllist.posdeptcd" desc="소속부서"/>
  28. </table>
  29. </output>
  30. </submit>