12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXICS01012">
- <action url="svc://local"
- target="crccsubjapp.NormalMngt"
- interface="himed.his.crc.crccsubjapp.normalmngt.NormalMngt"
- method="reqExeSubjExpenItemDtlMngt">
- </action>
-
- <input type="urlencoded" >
- <table id="req" count_ref="senddatadtl" >
- <column id="m" desc="실행구분" ref="senddatadtl.m"/>
- <column id="typeseqno" desc="타입일련번호" ref="senddatadtl.typeseqno"/>
- <column id="itemexpendcd" desc="비목코드" ref="senddatadtl.itemexpendcd"/>
- <column id="itemexpendnm" desc="비목명" ref="senddatadtl.itemexpendnm"/>
- <column id="cmt" desc="비고" ref="senddatadtl.cmt"/>
-
- </table>
- </input>
-
- <output path="root/hidden" type="xml">
- <table id="item" count_ref="item" >
- <column id="count" desc="실행건수" ref="item.count"/>
- </table>
- </output>
- </submit>
|