我正在使用SOAPUI。它调用一个SOAP调用,该调用下载一个gz文件。响应包括一个gz文件。在响应的“附件”选项卡中,我确实看到了文件abc.gz,内容类型为application / gzip,类型为XOP。
我尝试设置请求属性-我将“启用MTOM”设置为true。我还指定了一个转储文件。
转储文件不是gzip文件,而是XOP文件
我的问题是-如何从中提取gz文件?
XOP文件看起来像
--uuid:273aa462-94dc-405a-9972-82904edfb02e
Content-Type: application/xop+xml; charset=UTF-8; type="text/xml"
Content-Transfer-Encoding: binary
Content-ID: <root.message@cxf.apache.org>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:abcResponse xmlns:ns2="<url>"><return><xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:1b73858f-12b5-4709-99d1-66974e55499c-22@cxf.apache.org"/></return></ns2:abcResponse></soap:Body></soap:Envelope>
--uuid:273aa462-94dc-405a-9972-82904edfb02e
Content-Type: application/gzip
Content-Transfer-Encoding: binary
Content-ID: <1b73858f-12b5-4709-99d1-66974e55499c-22@cxf.apache.org>
Content-Disposition: attachment;name="abc.gz"
<binary data>