Re: java first encoding="utf-8"

2011-09-11 Thread Jason Pell
awesome thanks Daniel On Sat, Sep 10, 2011 at 3:34 AM, Daniel Kulp wrote: > On Thursday, September 08, 2011 11:54:19 AM Jason Pell wrote: >> Hi, >> >> How do I get a java first web service to include encoding="utf-8" in >> the ?xml header? > > You can add an endpoint property in the config of: >

Re: java first encoding="utf-8"

2011-09-09 Thread Daniel Kulp
On Thursday, September 08, 2011 11:54:19 AM Jason Pell wrote: > Hi, > > How do I get a java first web service to include encoding="utf-8" in > the ?xml header? You can add an endpoint property in the config of: "org.apache.cxf.stax.force-start-document", "true" and that should do it. -- Dan

Re: java first encoding="utf-8"

2011-09-08 Thread David Karlsen
AFAIK there is an interceptor for this - check the interceptors page at the cxf website. Den 8. sep. 2011 03:54 skrev "Jason Pell" følgende: > Hi, > > How do I get a java first web service to include encoding="utf-8" in > the ?xml header? > > Thanks > Jason

java first encoding="utf-8"

2011-09-07 Thread Jason Pell
Hi, How do I get a java first web service to include encoding="utf-8" in the ?xml header? Thanks Jason