Hi I'm trying to create a generic class which will invoke any service (provided it knows the service name and WSDL URL).
Hypothetically speaking, if I had a 'Car' class with methods: - int getMaxSpeed() - String getModel(String saloonOrEstate) How would these map onto the Axis API? I ideally want a list of methods available, each with their respective input and output types. Is a mechanism to do this? Many thanks William -- View this message in context: http://www.nabble.com/Getting-method-input-output-types-tf3284218.html#a9135324 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
