Hi ,
The
public static void getTypeMappings(Definition def, Map table,
ClassLoader loader) throws WSIFException
gives all the types defined in the schema, but most of them are
anonymous or do not have a equivalent stub class generated.
for example the
http://ws2.serviceobjects.net/gc/GeoCash.asmx?WSDL web service has 11
complex Type definitions
but stubs are created only for three (ATM,ATMLocations,Err). So
potentially i need to register types only for these three or is it ok
if i register everything that i get back in the Map.
suresh.