Hi If we use some complex datatype (as parameter/return value) in one of the functions of a Web Service, which is deployed using AXIS, then the Web Service client would need the following apart from WSDL file:
1) class file for complex datatype 2) class file for serializer and deserializer for the complex data type Where would Web Service clients get this from? Do these reside at the same place as WSDL? Does UDDI have any information about the location of these? thanks, regards, Naresh Agarwal
