Folks, We have a need to further process the response returned by a SOAP service to do some transformation on it. XSLT mediator will not work IMHO because the response is huge and correct me if I am wrong but it will definitely slow down processing.
1) Is there a way to get access to XML stream processing? 2) Can we insert logic in the endpoint to transform the response as the response stream is being read? Thanks, Cylus
