1234567891011121314151617181920 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSTP02200">
- <action url="svc://local"
- target="stspamapp.StsPam"
- interface="himed.his.sts.stspamapp.stspam.StsPam"
- method="reqGetWorktypeList">
- </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="worktype" count_ref="worktype">
- <column id="cdid" type="cdata" ref="worktype.cdid" desc="코드ID"/>
- <column id="cdnm" type="cdata" ref="worktype.cdnm" desc="코드명"/>
- </table>
- </output>
- </submit>
|