Hi,

I have written a simple CXF webservice with Spring using the default JAXB
bindings.

It takes an email address - for example t...@abc.com.au

The classes I use also use package names as au.com.abc as usual practice.

If the email ends with abc.com.au I get the following error when the CXF
webservice returns 




If the email does not have abc.com.au it works fine.

How do I stop JAXB or whatever is happening from parsing the end of the
email?

I was thinking of base 64 encoding it but there must be a better way?

Request



Spring configuration

 

Plain POJO for the Webservice



Webservice SEI



Webservice SEI implementation




Thanks
Steve


--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-JAXB-service-getting-confused-with-package-names-tp4912693p4912693.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to