1234567891011121314151617181920212223242526 |
- <?xml version='1.0' encoding='euc-kr'?>
- <submit id="TRDDS00101">
- <action url="svc://local"
- target="eqmtmngtapp.EqmtMngtSt"
- interface="himed.his.crd.eqmtmngtapp.eqmtmngtst.EqmtMngtSt"
- method="reqGetEqmtList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="stationflag">
- <column id="stationflag" desc="스테이션구분" ref="stationflag"/>
- <column id="useyn" desc="사용유무" ref="useyn"/>
- </table>
- </input>
-
- <output path="root/list" type="xml">
- <table id="msg" count_ref="msg">
- <column id="stationcd" type="string" desc="스테이션코드" ref="msg.stationcd"/>
- <column id="stationflag" type="string" desc="스테이션구분" ref="msg.stationflag"/>
- <column id="stationnm" type="string" desc="스테이션명" ref="msg.stationnm"/>
- <column id="useyn" type="string" desc="사용유무" ref="msg.useyn"/>
- <column id="delyn" type="string" desc="삭제유무" ref="msg.delyn"/>
- <column id="fstrgstrid" type="string" desc="등록자" ref="msg.fstrgstrid"/>
- <column id="fstrgstdt" type="string" desc="등록일" ref="msg.fstrgstdt"/>
- </table>
- </output>
- </submit>
|