12345678910111213141516171819 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXCNS00202">
- <action url="svc://local"
- target="chnlmngtapp.ChnlMngt"
- interface="himed.his.crm.chnlmngtapp.chnlmngt.ChnlMngt"
- method="reqExeMsgCount">
- </action>
- <input type="urlencoded">
- <table id="msgcount" count_ref="msglrgcd">
- <column id="msglrgcd" type="int" desc="메시지대분류코드" ref="msglrgcd"/>
- <column id="msgmdlcd" type="int" desc="메시지중분류코드" ref="msgmdlcd"/>
- <column id="msgsmlcd" type="int" desc="메시지소분류코드" ref="msgsmlcd"/>
- <column id="biz_flag" desc="업무구분" ref="biz_flag"/>
- <column id="gubun" desc="추가/삭제 구분" ref="gubun"/>
- </table>
- </input>
- <output path="root/temp" type="xml">
- </output>
- </submit>
|