--xxx-WASP-CPP-MIME-Boundary-xxx-yyyyyyyyy-zzzzzzzz-xxx-END-xxx
Content-ID: <0xad86d30-0xae618b8-0xae037c0-0xaffa268-0xae62400>
Content-Type: application/binary
--xxx-WASP-CPP-MIME-Boundary-xxx-yyyyyyyyy-zzzzzzzz-xxx-END-xxx--
FILE;
$sth = new SOAP_Transport_HTTP('http://example.com/');
$sth->incoming_payload = $response;
$result = $sth->_parseResponse();
var_dump($result);
var_dump($sth->headers);
var_dump($sth->response);
var_dump($sth->attachments);
?>