123456789101112131415161718 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRDDS00203">
- <action url="svc://local"
- target="eqmtmngtapp.EqmtMngtSt"
- interface="himed.his.crd.eqmtmngtapp.eqmtmngtst.EqmtMngtSt"
- method="reqGetStation">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="pid">
- </table>
- </input>
- <output path="root/station" type="xml">
- <table id="msg" count_ref="msg">
- <column id="stationcd" desc="스테이션 코드" ref="msg.stationcd"/>
- <column id="stationnm" desc="스테이션 명" ref="msg.stationnm"/>
- </table>
- </output>
- </submit>
|