Hello,
I am trying to retrieve some data from caBig (https://cabig.nci.nih.gov/ ) using the Web Service described by the following wsdl: http://cabio.nci.nih.gov/cacore32/ws/caCOREService?wsdl. When invoking the method: getDataObject(out java.lang.Object getDataObjectReturn, in java.lang.String bigId) with bigid=hdl://2500.1.PMEUQUCCL5/DXZ7ZIOFOE, the returned serialized object is a gov.nih.nci.cabio.domain.ws.Gene. Although the unmarshalled object has non-null properties, the member objects of the Gene instance are all null...Seems like the jaxb decoder is not doing the job. So my question is: where is the bug, CaBig or CXF? And does anybody have a workaround? Thanks, Benjamin ps: I tryied with cxf 2.1.3 and cxf 2.1
