views:

48

answers:

0

When I use wsdl2java - with adb data binding - to create the stubs for a web service given a WSDL file, I get some classes with name foo_type0 what is this type and in witch case is it generated??
Could there be a foo_type1 or foo_type2 type??

I have noticed it's generated when a type at the WSDL includes an < any /> element.