wsdl2java generates strange classnames

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,607
Members
45,241
Latest member
Lisa1997

Latest Threads

Top