12345678910111213141516171819 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSTP01813">
- <action url="svc://local"
- target="stspamapp.StsPam"
- interface="himed.his.sts.stspamapp.stspam.StsPam"
- method="reqGetBatchLog">
- </action>
- <input type="urlencoded">
- <table id="req" count_value="1">
- <column id="fromdd" ref="fromdd" desc="시작일자"/>
- <column id="todd" ref="todd" desc="종료일자"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="lmsg" count_ref="lmsg">
- <column id="logmsg" type="cdata" ref="lmsg.logmsg" desc="배치 로그 메시지"/>
- </table>
- </output>
- </submit>
|