12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCRC00501">
- <action url="svc://local"
- target="rulemngtapp.RuleMngt"
- interface="himed.his.crm.rulemngtapp.rulemngt.RuleMngt"
- method="reqGetHoliInfo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="holifromdd">
- <column id="holifromdd" desc="휴일일자(시작)" ref="holifromdd"/>
- <column id="holitodd" desc="휴일일자(종료)" ref="holitodd"/>
- <column id="dept" desc="부서" ref="dept"/>
- <column id="rgstdd" desc="등록일자" ref="rgstdd"/>
- <column id="rgstr" desc="등록자" ref="rgstr"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="holiList" count_ref="holiList">
- <column id="rgstno" type="int" desc="번호" ref="holiList.rgstno"/>
- <column id="rgstdd" type="string" desc="등록일자" ref="holiList.fstrgstdt"/>
- <column id="rgstr" type="string" desc="등록자" ref="holiList.fstrgstrid"/>
- <column id="holidd" type="string" desc="휴일일자" ref="holiList.holi"/>
- <column id="dept" type="string" desc="부서" ref="holiList.rgstrdept"/>
- <column id="holinm" type="string" desc="휴일명" ref="holiList.holinm"/>
- <column id="rgstrdeptcd" type="string" desc="부서" ref="holiList.rgstrdeptcd"/>
- </table>
- </output>
- </submit>
|