My understanding is that in the wsdd, axis expects a concrete class that implements the service. I'd rather specify an interface and supply instantiations through a factory (or a dependency injecting container such as Spring). Can this be done?
As a second though, of course I could make the service implementation class a thin wrapper that delegates to another object it got from a factory. This seems to be the way to go. Michael -- Michael Schuerig Those people who smile a lot mailto:[EMAIL PROTECTED] Watch the eyes http://www.schuerig.de/michael/ --Ani DiFranco, Outta Me, Onto You
