Re: Failing to drop inbound XML element with invalid content

2014-03-17 Thread Mike Watson
putSteam and > wrapper it with a new InputStream that would convert the bytes to valid > values during the read(..) methods. Basically, fix it at the stream level. > > Dan > > > On Mar 17, 2014, at 4:39 AM, Mike Watson > wrote: > > > Hi, > > > > I'm

Failing to drop inbound XML element with invalid content

2014-03-17 Thread Mike Watson
Hi, I'm using CXF in a client that is consuming the MS Exchange Web Service (EWS). I'm finding that one of the elements returned by this service (UniqueHash) contains characters that are invalid in XML v1.0. As I have no control over this I'm trying to use an inbound interceptor to drop the Uniqu