1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <submit id="TRSNE00102">
- <action url="svc://local"
- target="stsenrapp.StsErMngt" interface="himed.his.sts.stsenrapp.stsenrmngt.StsErMngt"
- method="reqGetWardYearList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchyear">
- <column id="srchyear" desc="조회년도" ref="srchyear"/>
- <column id="srchflag1" desc="조회구분1" ref="srchflag1"/>
- <column id="srchflag2" desc="조회구분2" ref="srchflag2"/>
- </table>
- </input>
- <output path="root/wardyearinfo" type="xml">
- <table id="wardyearlist" count_ref="wardyearlist">
- <column id="mainflagnm" desc="집계구분" ref="wardyearlist.mainflagnm"/>
- <column id="flagnm" desc="집계항목명" ref="wardyearlist.flagnm" type="cdata"/>
- <column id="col1" desc="조회년도 -4년" ref="wardyearlist.col1"/>
- <column id="col2" desc="조회년도 -3년" ref="wardyearlist.col2"/>
- <column id="col3" desc="조회년도 -2년" ref="wardyearlist.col3"/>
- <column id="col4" desc="조회년도 -1년" ref="wardyearlist.col4"/>
- <column id="col5" desc="조회년도" ref="wardyearlist.col5"/>
- <column id="yearsum" desc="합계" ref="wardyearlist.yearsum"/>
- </table>
- </output>
- </submit>
|