1234567891011121314151617181920 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCPC01001">
- <action url="svc://local"
- target="cmpnmngtapp.CmpnMngt"
- interface="himed.his.crm.cmpnmngtapp.cmpnmngt.CmpnMngt"
- method="reqGetNextCmpnList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="nextcmpn">
- <column id="nextcmpn" desc="연결캠페인코드" ref="nextcmpn"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="nextcmpnlist" count_ref="nextcmpnlist">
- <column id="depth" type="int" desc="DEPTH" ref="nextcmpnlist.depth"/>
- <column id="cmpncd" type="string" desc="캠페인코드" ref="nextcmpnlist.cmpncd"/>
- <column id="cmpnnm" type="string" desc="캠페인이름" ref="nextcmpnlist.cmpnnm"/>
- </table>
- </output>
- </submit>
|