I have an unknown element in my generated Java coud through wsdl2java.

The API says that there are only 3 optional elements: name, namespace and
type
http://download.oracle.com/javase/6/docs/api/javax/xml/bind/annotation/XmlElementRef.html

Where does the element "required" come from? My IDE shows this correctly as
an error, isn't it?

@XmlElementRef(name = "InitialTerminationTime", namespace =
"http://docs.oasis-open.org/wsn/b-2";, type = JAXBElement.class, required =
false)

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Error-in-generating-Java-code-from-WSDL-through-CXF-tp4424641p4424641.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to