TRICU00201.xml 781 B

123456789101112131415161718192021222324
  1. <?xml version='1.0' encoding='euc-kr'?>
  2. <submit id="TRICU00101">
  3. <action url="svc://local"
  4. target="stdycostapp.Stdycost"
  5. interface="himed.his.crc.stdycostapp.stdycost.Stdycost"
  6. method="reqGetCustomerList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="appno">
  10. <column id="srchtype" desc="차수" ref="srchtype"/>
  11. <column id="keyword" desc="차수" ref="keyword"/>
  12. </table>
  13. </input>
  14. <output path="main/list" type="xml">
  15. <table id="grid1" count_ref="msg">
  16. <column id="itemname" desc="예산항목" ref="msg.bdgnm"/>
  17. <column id="payto" desc="지급처구분" ref="msg.paynm"/>
  18. <column id="aprvamt" desc="증빙금액" ref="msg.aprvamt"/>
  19. <column id="usedd" desc="사용일자" ref="msg.usedd"/>
  20. </table>
  21. </output>
  22. </submit>