123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCMS00801">
- <action url="svc://local"
- target="clntmngtapp.InnrClntMngt"
- interface="himed.his.crm.clntmngtapp.innrclntmngt.InnrClntMngt"
- method="reqGetEmpList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="insttype">
- <column id="insttype" desc="근무지 기관(dutplceinstcd), 전체기관(totalinstcd)" ref="insttype"/>
- <column id="usernm" desc="직원명" ref="usernm"/>
- <column id="userid" desc="직원ID" ref="userid"/>
- <column id="deptnm" desc="부서명" ref="deptnm"/>
- <column id="searchjobrespcd" desc="직책" ref="searchjobrespcd"/>
- <column id="searchjobkindcd" desc="직종" ref="searchjobkindcd"/>
- <column id="searchprfshipflagcd" desc="교직" ref="searchprfshipflagcd"/>
- <column id="searchdryn" desc="의사구분" ref="searchdryn"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="userlist" count_ref="userlist">
- <column id="chk" type="String" desc="chk값" ref="userlist.chk"/>
- <column id="instnm" type="string" desc="근무지기관" ref="userlist.dutplceinstnm"/>
- <column id="deptnm" type="string" desc="근무지부서" ref="userlist.dutplcenm"/>
- <column id="usernm" type="string" desc="직원명" ref="userlist.usernm"/>
- <column id="userid" type="string" desc="직원ID" ref="userlist.userid"/>
- <column id="psnworksupdeptnm" type="string" desc="인사상위부서명" ref="userlist.supdeptnm"/>
- <column id="grupjoblncd" type="string" desc="직군" ref="userlist.grupjoblncd"/>
- <column id="userkindcd" type="string" desc="사용자유형" ref="userlist.userkindcd"/>
- <column id="prfshipflagcd" type="string" desc="교직구분" ref="userlist.prfshipflagcd"/>
- <column id="jobkindcd" type="string" desc="직종" ref="userlist.jobkindcd"/>
- <column id="jobposcd" type="string" desc="직위" ref="userlist.jobposcd"/>
- <column id="jobrespcd" type="string" desc="직책" ref="userlist.jobrespcd"/>
- <column id="psnworkyn" type="string" desc="근무기관여부" ref="userlist.psnworkyn"/>
- <column id="dutinstnm" type="string" desc="근무기관" ref="userlist.dutinstnm"/>
- <column id="dutdeptnm" type="string" desc="근무부서" ref="userlist.dutunitnm"/>
- <column id="dutinstcd" type="string" desc="근무기관코드" ref="userlist.dutinstcd"/>
- <column id="dutdeptcd" type="string" desc="근무부서 코드" ref="userlist.dutunitcd"/>
- <column id="posinstnm" type="string" desc="소속기관" ref="userlist.posinstnm"/>
- <column id="posdeptnm" type="string" desc="소속부서" ref="userlist.posdeptnm"/>
- <column id="email" type="String" desc="E-Mail" ref="userlist.email"/>
- <column id="mpphonno" type="String" desc="휴대폰" ref="userlist.mpphonno"/>
- </table>
- </output>
- </submit>
|