1234567891011121314151617 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXCPC00103">
- <action url="svc://local"
- target="cmpnmngtapp.CmpnMngt"
- interface="himed.his.crm.cmpnmngtapp.cmpnmngt.CmpnMngt"
- method="reqExeCmpnList">
- </action>
- <input type="urlencoded">
- <table id="cmpnlist" count_ref="cmpnlist">
- <column id="status" type="string" desc="처리구분" ref="cmpnlist.m"/>
- <column id="aprvyn" type="string" desc="승인여부" ref="cmpnlist.aprvyn"/>
- <column id="cmpncd" type="string" desc="캠페인코드" ref="cmpnlist.cmpncd"/>
- </table>
- </input>
- <output path="root" type="xml">
- </output>
- </submit>
|