Hi every body !!! I use Axis1.2RC2 So I try to developp an implementation for the profile DPWS.
I have already correct the bug : Key: AXIS-1761 URL: http://issues.apache.org/jira/browse/AXIS-1761 Project: Axis Type: Bug Components: Serialization/Deserialization Versions: 1.2RC2 But today, I want to implement the WS-MetadataExchange specification. I use the dedicated wsdl file : http://schemas.xmlsoap.org/ws/2004/09/mex There is still problem in the deserialization process. The complex type define in the XML schema : <!-- Get Response returns xs:any --> <xs:complexType name='AnyXmlType' > <xs:sequence> <xs:any namespace='##any' processContents='lax' /> </xs:sequence> <xs:anyAttribute namespace='##any' processContents='lax' /> </xs:complexType> So it seems impossible to deserialize this kind of complex type !! Maybe this problem is solved in the last version of Axis ? If you have any idea ? Best regards Raphael
