TRSNA00101.xml 801 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRSNA00101">
  3. <action url="svc://local"
  4. target="stsenrapp.StsApuMngt"
  5. interface="himed.his.sts.stsenrapp.stsapumngt.StsApuMngt"
  6. method="reqGetDeptList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="orddeptflag">
  10. <column id="yyyymm" desc="기준년월" ref="yyyymm"/>
  11. <column id="orddeptflag" desc="조회구분" ref="orddeptflag"/>
  12. </table>
  13. </input>
  14. <output path="root/deptinfo" type="xml">
  15. <table id="deptlist" count_ref="deptlist">
  16. <column id="deptcd" desc="부서코드" ref="deptlist.deptcd"/>
  17. <column id="deptnm" desc="부서명" ref="deptlist.deptnm"/>
  18. </table>
  19. </output>
  20. </submit>