I can't figure out how to get effectively a specific part of a multipart http response. I'm trying to get a PDF report from Jasper Reports server by sending SOAP over PHPCURL and I didn't find in the CURL documentation how to handle multipart response. I would like to get 'report' part of the RAW response below. Thanks for any help. ilyas
------=_Part_6_9317140.1311257231623
Content-Type: text/xml; charset=UTF-8
Content-Transfer-Encoding: binary
Content-Id: <B33D7700BFCF12CC2A64A7F6FB84CEAE
sutffs here
------=_Part_6_9317140.1311257231623
Content-Type: application/pdf
Content-Transfer-Encoding: binary
Content-Id: <**report**>
binary PDF content here