Axis2 Crew,
I have noticed that when I have a fragment of wsdl that looks like this:
<xs:complexType name="AD01tableType">
That wsdl2java generates a class like this:
AD01TableType.java
But when the wsdl fragment looks like this:
<xs:complexType name="PLBCtableType">
The class looks like this:
PLBCtableType.java
I can see the pattern, but I am interested in just having wsdl2java
not change the names that it pulls from the .wsdl.
Is there an option on wsdl2java that turns this off?
This is important to me because I have my own generator that
complements wsdl2java. My generator has to match the class names that
wsdl generates. If I could make the rule simple: "don't do anything"
it would save me some headache now, and possibly in the future if
wsdl2java developers change their rules.
--
Michael Potter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]