123456789101112131415161718 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSMR00202">
- <action url="svc://local"
- target="stsmngtapp.StsRept"
- interface="himed.his.sts.stsmngtapp.stsrept.StsRept"
- method="reqGetAttachFile">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="filepath">
- <column id="filepath" desc="서버저장경로" ref="filepath"/>
- </table>
- </input>
- <output type="binary">
- <table id="attachfile" count_ref="attachfile">
- <column id="filedata" desc="파일데이터" ref="attachfile.filedata"/>
- </table>
- </output>
- </submit>
|