TRCPC01001.xml 879 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCPC01001">
  3. <action url="svc://local"
  4. target="cmpnmngtapp.CmpnMngt"
  5. interface="himed.his.crm.cmpnmngtapp.cmpnmngt.CmpnMngt"
  6. method="reqGetNextCmpnList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="nextcmpn">
  10. <column id="nextcmpn" desc="연결캠페인코드" ref="nextcmpn"/>
  11. </table>
  12. </input>
  13. <output path="root" type="xml">
  14. <table id="nextcmpnlist" count_ref="nextcmpnlist">
  15. <column id="depth" type="int" desc="DEPTH" ref="nextcmpnlist.depth"/>
  16. <column id="cmpncd" type="string" desc="캠페인코드" ref="nextcmpnlist.cmpncd"/>
  17. <column id="cmpnnm" type="string" desc="캠페인이름" ref="nextcmpnlist.cmpnnm"/>
  18. </table>
  19. </output>
  20. </submit>