123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVO02401">
- <action url="svc://local"
- target="vocapp.Voc"
- interface="himed.his.crm.vocapp.voc.Voc"
- method="reqGetVOCForceEndData">
- </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/vocdata" type="xml">
- <table id="enddata" count_ref="enddata">
- <column id="acptseq" desc="접수번호" ref="enddata.acptseq"/>
- <column id="acptdd" desc="접수일자" ref="enddata.acptdd"/>
- <column id="rgstseq" desc="부서접수번호" ref="enddata.rgstseq"/>
- <column id="forceendreasoncnts" type="cdata" desc="임의종결사유" ref="enddata.forceendreasoncnts"/>
- <column id="forceendyn" desc="임의종결여부" ref="enddata.forceendyn"/>
- <column id="forceenddt" desc="임의종결일시" ref="enddata.forceenddt"/>
- <column id="forceendid" desc="임의종결자" ref="enddata.forceendid"/>
- </table>
- </output>
- </submit>
|