views:

22

answers:

0

Hi,

When I running web-service method "download" (that should returns binary file) I'm getting following response:

 ))Zuuid:714C6C40-4531-442E-A498-3AC614200295http://schemas.xmlsoap.org/soap/envelope/
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;&lt;soapenv:Body&gt;&lt;downloadResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt;
----= binary attachment here =----

Looks like DIME attachment, but what is "))Zuuid:714C6C40-4531-442E-A498-3AC614200295http://schemas.xmlsoap.org/soap/envelope/" in the top of the soap response? (If I trying to run the method, which doesn't returns attachment, soap response is clear.)

Please help