On Tuesday 14 December 2010 9:18:40 am Ronald Müller wrote: > Hi, > > i shortly swichted my ws-impl from axis2 to cxf. i want to fill a value > of xsd-type "anyType" with a simple type "unsignedShort". in axis2 there > were wrapper-classes for this kind of types. Is there some similiar in > cxf? how can i create an "unsignedShort" in java-code with cxf?
I think you would just need to use a java.lang.Integer. Not really sure though. That is what jaxb maps an unsignedShort to, but when writing it, I'm not sure what JAXB would do in that case. -- Daniel Kulp [email protected] http://dankulp.com/blog
