Hi all, I've exposed a POJO web service with a method which returns another POJO containing a member of type Object. This translates to xs:anyType in the WSDL. I wrote an AXIS2 client to consume this web service. The value of the Object is null after the deserialization process. The actual value of the Object member is a simple type (String, Float and Integer). Is there another way to instruct the WSDL generation process to use a different value? Is this a deserialization issue?
Thanks, Ken
