Re: CXF loses whitespace text nodes on the client side?

2010-02-03 Thread Adam Funk
On 2010-01-25, Daniel Kulp wrote: Well, if anything, it's an issue either with the StAX parser or with JAXB, not really CXF. Would you be in a position to create a small test case using just JAXB? Basically, do something like: (pseudo code, probably not correct) JAXBContext ctx =

Re: CXF loses whitespace text nodes on the client side?

2010-01-25 Thread Adam Funk
On 2010-01-24, Benson Margulies wrote: Is this a JAX-RS service returning XML? No, it's a SOAP service (not REST).

Re: CXF loses whitespace text nodes on the client side?

2010-01-24 Thread Adam Funk
On 2010-01-22, Adam Funk wrote: I'm working on a web-service client using a set of CXF-based tools developed by a colleague who knows a lot more about WSs than I do (although he couldn't explain the following problem). FWIW, we use CXF 2.1.5, although I just tried it with 2.2.5 and got

CXF loses whitespace text nodes on the client side?

2010-01-22 Thread Adam Funk
I'm working on a web-service client using a set of CXF-based tools developed by a colleague who knows a lot more about WSs than I do (although he couldn't explain the following problem). The client passes a byte[] and a parameter list to a WS method, which returns a response containing an XML