Hi there. Have an HTTPCaller making a SOAP request for me as a moderately complex security header was needed and I couldn't figure out how to drive the SOAPSender to do the same, but that's not my problem. The return response, when saved to a file, can be opened in 7z, and the properties show it as a zip file, containing an XML file (the honey pot I'm after). The problem is looking at the actual file in notepad++, it looks like it's a multipart MIME message. The first few lines are:
------=_Part_11980_1370403347.1468922126650
Content-Type: application/xop+xml; charset=utf-8; type="text/xml"
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" SOAP-ENV:mustUnderstand="1"><wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="XWSSGID-1467538852463-1879353698"><wsu:Created>2016-07-19T09:55:26.650Z</wsu:Created><wsu:Expires>2016-07-19T10:00:26.650Z</wsu:Expires></wsu:Timestamp></wsse:Security></SOAP-ENV:Header><SOAP-ENV:Body><ns2:GetExtractResponse xmlns:ns2="http://ws.edubase.texunatech.com"><ns2:Extract><xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:b0cdd12c-cb91-4bcd-973a-086bf5de4139%40ws.edubase.texunatech.com"/></ns2:Extract></ns2:GetExtractResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
------=_Part_11980_1370403347.1468922126650
Content-Type: application/octet-stream
Content-ID: <b0cdd12c-cb91-4bcd-973a-086bf5de4139@ws.edubase.texunatech.com>
Content-Transfer-Encoding: binary
PK 0óH ............
............
------=_Part_11980_1370403347.1468922126650--
So my first problem is trying to figure out how to read this in with a feature reader. Anyone with a potential lead on how to solve this?