Hi, I am using Apache CXF 2.4.3 to generate a webservice client using Eclipse.
This nearly works. I get the following Exception and wonder whether it is an error in the WSDL. The Exception: org.apache.cxf.tools.common.ToolException: line 40 column 41 of http://nit.bodemloket.nl/bodemloket-us/BodemloketUitgifteService-v1?wsdl: cvc-complex-type.3.2.2: Attribute 'required' is not allowed to appear in element 'wsaw:UsingAddressing'. . The offending line in the WSDL: <wsaw:UsingAddressing required="true" /> And the segment of the XSD: <xs:element name="UsingAddressing"> <xs:complexType mixed="false"> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> </xs:element> Anybody? Thanks, René Proclaimer RIVM
