TXCVT00201.xml 664 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TXCVT00201">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqInsGrpDeptData">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="groupcd">
  10. <column id="groupcd" desc="그룹코드" ref="groupcd"/>
  11. <column id="groupnm" desc="그룹명" ref="groupnm"/>
  12. <column id="deptnm" desc="하위부서명" ref="deptnm"/>
  13. <column id="deptcd" desc="하위부서코드" ref="deptcd"/>
  14. </table>
  15. </input>
  16. <output path="root/list" type="xml">
  17. </output>
  18. </submit>