1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXTSS00602">
- <action url="svc://local"
- target="sampleapp.RtfSample"
- interface="himed.his.tmp.sampleapp.rtfsample.RtfSample"
- method="reqDelRtf">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="filename">
- <column id="filename" type="string" ref="filename"/>
- <column id="rtfcode" type="string" ref="rtfcode"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="rtflist" count_ref="rtf">
- <column id="filename" type="string" ref="rtf.filename"/>
- <column id="fstrgstrid" type="string" ref="rtf.fstrgstrid"/>
- <column id="fstrgstdt" type="string" ref="rtf.fstrgstdt"/>
- <column id="lastupdtrid" type="string" ref="rtf.lastupdtrid"/>
- <column id="lastupdtdt" type="string" ref="rtf.lastupdtdt"/>
- </table>
- </output>
- </submit>
|