I can clip out the part that is failing, but I have to changed the element
name to "lookup" to protect the innocent. The exception is:
--------------------------------------------------------
Exception in thread "main"
org.apache.axis2.wsdl.codegen.CodeGenerationException:
org.apache.axis2.wsdl.codegen.CodeGenerationException:
org.apache.axis2.wsdl.databinding.UnmatchedTypeException: No type was mapped
to the name str_nbr with namespace lookup
WSDL Element:
--------------------------------------------------------
<xsd:element name="lookup">
<xsd:complexType>
<xsd:sequence>
</xsd:sequence>
<xsd:attribute name="str_nbr" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxlength value="4"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="rgstr_nbr" type="xsd:unsignedShort"
use="required"/>
<xsd:attribute name="sls_hr" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxlength value="14"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="max_rows_to_retrieve"
type="xsd:unsignedInt" use="required"/>
</xsd:complexType>
</xsd:element>
Amila Suriarachchi wrote:
>
> Can you paste your simple type here?
>
> thanks,
> Amila.
>
> On Dec 4, 2007 11:01 PM, Leif Ashley <[EMAIL PROTECTED]> wrote:
>
>>
>> I'm not sure what the deal is on this one. I've used the wsdl2java in the
>> past, and had no problems. This is for AXIS2 1.3.
>>
>> I'm executing:
>> wsdl2java -d xmlbeans -uri C:\data\projects\MyProject\service.wsdl
>>
>> There shouldn't be a problem with the maxlength, best I can tell. Yet I'm
>> getting this error.
>>
>> Anyone have ideas on this one?
>> --
>> View this message in context:
>> http://www.nabble.com/Incorrect-facet-with-name-%22maxlength%22-found-tf4944512.html#a14155327
>> Sent from the Axis - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> Amila Suriarachchi,
> WSO2 Inc.
>
>
--
View this message in context:
http://www.nabble.com/Incorrect-facet-with-name-%22maxlength%22-found-tf4944512.html#a14171955
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]