You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Chris Haddad <ha...@apache.org> on 2003/06/13 16:28:05 UTC

Provider with no impl Class

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