12345678910111213141516171819 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCIT01402">
- <action url="svc://local"
- target="cssamngtapp.CssaMngt"
- interface="himed.his.crm.cssamngtapp.cssamngt.CssaMngt"
- method="reqGetQestGrupNm">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="qestitemmdlcd">
- <column id="qestitemmdlcd" desc="설문목적중분류코드" ref="qestitemmdlcd"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="qestitemgruplist" count_ref="qestitemgruplist">
- <column id="qestitemgrupnm" type="string" desc="문항그룹명" ref="qestitemgruplist.qestitemgrupnm"/>
- <column id="qestitemgrupseqno" type="string" desc="문항그룹일련번호" ref="qestitemgruplist.qestitemgrupseqno"/>
- </table>
- </output>
- </submit>
|