Hey All - i've been working on a custom provider that hands off to a Java class that doesn't have the same method signature as the SOAP parts. Got it all working, but the trick was that Axis requires a concrete implementation class containing correlating method signatures.
I've made a few modifications to the codebase in order to support the deployment of a web service without an impl class. The operations and parts are defined solely in WSDD, and the provider will generate a WSDL service description file. The mods will be checked in after 1.1 ships, but in the meantime, i was wondering if anyone else out there has had a similar requirement? /Chris
