12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVC00201">
- <action url="svc://local"
- target="vocmngtapp.VocMngt"
- interface="himed.his.crm.vocmngtapp.vocmngt.VocMngt"
- method="reqGetVOCReqViewData">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="sndacptseq">
- <column id="sndacptdd" desc="접수일자" ref="sndacptdd"/>
- <column id="sndacptseq" type="int" desc="접수번호" ref="sndacptseq"/>
- <column id="sndrgstseq" type="int" desc="등록번호" ref="sndrgstseq"/>
- </table>
- </input>
- <output path="root/reqdata" type="xml">
- <table id="area" count_ref="area">
- <column id="deptnm" desc="해당부서" ref="area.deptnm"/>
- <column id="deptcd" desc="부서코드" ref="area.deptcd"/>
- <column id="empnm" desc="해당직원" ref="area.empnm"/>
- <column id="empid" desc="직원id" ref="area.empid"/>
- <column id="replreqdd" desc="요청일" ref="area.replreqdd"/>
- <column id="csteamreqcnts" desc="CS팀의견" ref="area.csteamreqcnts"/>
- <column id="acptdd" desc="접수일자" ref="area.acptdd"/>
- <column id="acptseq" desc="접수순서" ref="area.acptseq"/>
- <column id="rgstseq" desc="등록순서" ref="area.rgstseq"/>
- </table>
- </output>
- </submit>
|