Hi,
I'm trying to use some existing schema xsd,
with the wsdl2java utility and ADB,
that contains the following:
<complexType name="CodeType">
<annotation>
<documentation>Name or code with an (optional) authority. Text
token.
If the codeSpace attribute is present, then its value should identify
a dictionary, thesaurus
or authority for the term, such as the organisation who assigned the
value,
or the dictionary from which it is taken.
A text string with an optional codeSpace attribute. </documentation>
</annotation>
<simpleContent>
<extension base="string">
<attribute name="codeSpace" type="anyURI" use="optional"/>
</extension>
</simpleContent>
</complexType>
I'm getting:
[java] Caused by: org.apache.axis2.schema.SchemaCompilationException:
Unsupported content Simple Content !
Has anyone done any work in the ADB lately to handle SimpleContent?
leon
--
Leon S. Searl, Software Research Engineer
Information and Telecommunication Technology Center, University of Kansas
Nichols Hall, 2335 Irving Hill Road, Lawrence, KS 66045-7612
Ph: 785-864-7820 Fax: 785-864-0387
http://www.ittc.ku.edu
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]