M
Maarten
Hello,
I have a strange problem with Axis wsdl2java that I can't figure out.
My wsdl contains the following piece
<element name="provider">
<annotation>
<documentation>provider</documentation>
</annotation>
<simpleType>
<restriction base="string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
wsdl2java generates a class called _providerType184. The big problem
is that in other generated classes the type _provider is used.
Can anyone tell me why/when wsdl2java adds the TypeNNN to the
generated code???
thanks,
Maarten de Heus
I have a strange problem with Axis wsdl2java that I can't figure out.
My wsdl contains the following piece
<element name="provider">
<annotation>
<documentation>provider</documentation>
</annotation>
<simpleType>
<restriction base="string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
wsdl2java generates a class called _providerType184. The big problem
is that in other generated classes the type _provider is used.
Can anyone tell me why/when wsdl2java adds the TypeNNN to the
generated code???
thanks,
Maarten de Heus