Hi,

I created the WSDL file using java2wsdl ant task - And it does a great work
and gives me my wsdl file.

BUT

It doubles the code in the wsdl file!

I'll bring an example - Here:
<xs:complexType name="SpitConfiguration">
<xs:sequence>
<xs:element name="invites_per_interval" type="xs:int" />
<xs:element name="interval_in_seconds" type="xs:int" />
</xs:sequence>
</xs:complexType>

These lines define one object/function or something - I have 5 different XML
objects like this one, but when I create the wsdl file with this task - it
gives me these 5 Objects TWICE (10 Objects where 5 are similar to the other
five).

So when I delete the five unnecessary Objects the webService works, but if I
don't touch it, it corrupts the webservice.

Please help me, How can I automatically generate this WSDL in the right
format - without doubling the code inside...
-- 
View this message in context: 
http://www.nabble.com/UnNecessary-lines-when-generating-wsdl-file-using-AXIS2-tf2577381.html#a7184640
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to