TRCRC00501.xml 1.7 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCRC00501">
  3. <action url="svc://local"
  4. target="rulemngtapp.RuleMngt"
  5. interface="himed.his.crm.rulemngtapp.rulemngt.RuleMngt"
  6. method="reqGetHoliInfo">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="holifromdd">
  10. <column id="holifromdd" desc="휴일일자(시작)" ref="holifromdd"/>
  11. <column id="holitodd" desc="휴일일자(종료)" ref="holitodd"/>
  12. <column id="dept" desc="부서" ref="dept"/>
  13. <column id="rgstdd" desc="등록일자" ref="rgstdd"/>
  14. <column id="rgstr" desc="등록자" ref="rgstr"/>
  15. </table>
  16. </input>
  17. <output path="root" type="xml">
  18. <table id="holiList" count_ref="holiList">
  19. <column id="rgstno" type="int" desc="번호" ref="holiList.rgstno"/>
  20. <column id="rgstdd" type="string" desc="등록일자" ref="holiList.fstrgstdt"/>
  21. <column id="rgstr" type="string" desc="등록자" ref="holiList.fstrgstrid"/>
  22. <column id="holidd" type="string" desc="휴일일자" ref="holiList.holi"/>
  23. <column id="dept" type="string" desc="부서" ref="holiList.rgstrdept"/>
  24. <column id="holinm" type="string" desc="휴일명" ref="holiList.holinm"/>
  25. <column id="rgstrdeptcd" type="string" desc="부서" ref="holiList.rgstrdeptcd"/>
  26. </table>
  27. </output>
  28. </submit>