1234567891011121314151617181920 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCDT00103">
- <action url="svc://local"
- target="dtmnmngtapp.DtmnMngt"
- interface="himed.his.crm.dtmnmngtapp.dtmnmngt.DtmnMngt"
- method="reqGetDtmnArea3CodeList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="citycntyareacd">
- <column id="citycd" desc="시도코드" ref="citycd"/>
- <column id="citycntyareacd" desc="시군구코드" ref="citycntyareacd"/>
- </table>
- </input>
- <output path="root/areablok" type="xml">
- <table id="blok" count_ref="blok">
- <column id="bloknm" desc="읍면동" ref="blok.blok"/>
- <column id="blokcd" type="String" desc="읍면동코드" ref="blok.blokcd"/>
- </table>
- </output>
- </submit>
|