1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXICE00104">
- <action url="svc://local"
- target="comsubjapp.ComSubject"
- interface="himed.his.crc.comsubjapp.comsubject.ComSubject"
- method="reqSetPass">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="pwda">
- <column id="userid" desc="변경할 ID" ref="userid"/>
- <column id="pwda" desc="변경할 비밀번호" ref="pwda"/>
- </table>
- </input>
- <output path="root/hidden" type="xml">
- <table id="item" count_ref="item" >
- <column id="count" desc="건수" ref="item.count"/>
- </table>
- <table id="message" count_ref="message">
- <column id="str1" desc="검색후 메세지" ref="message.str1"/>
- </table>
- </output>
- </submit>
|