Hi,
I was building proxy to expose SOAP Target as REST API. SOAP response will have XML payload and attachment as application/octet-stream (XOP/MTOM) content type. My requirement is to convert the Payload and Attachment binary as JSON. any built in policy options available? Thanks in advance.