Try wsdl:required (with the prefix) maybe? http://www.w3.org/TR/ws-addr-wsdl/#uaee

Glen

On 10/27/2011 11:18 AM, Rene Mondeel wrote:
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


--
Glen Mazza
Talend - http://www.talend.com/apache
Blog - http://www.jroller.com/gmazza/
Twitter - glenmazza

Reply via email to