TXSMK00110.xml 676 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TXSMK00110">
  3. <!-- KPI 상태 변경 (승인, 반려 등) -->
  4. <action url="svc://local"
  5. target="stsmngtapp.StsKpi"
  6. interface="himed.his.sts.stsmngtapp.stskpi.StsKpi"
  7. method="reqSetKpi_HistStat_Update">
  8. </action>
  9. <input type="urlencoded">
  10. <table id="req" count_ref="kpicd">
  11. <column id="kpicd" type="string" desc="KPI코드" ref="kpicd"/>
  12. <column id="histstatcd" type="string" desc="이력상태코드" ref="histstatcd"/>
  13. </table>
  14. </input>
  15. <output path="root/temp" type="xml">
  16. </output>
  17. </submit>