You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Brandon Rife <br...@dejazzd.com> on 2001/04/06 14:32:58 UTC

Provider

I deployed a SOAP service hosted by a custom provider.  When invoking a
method on the service hosted by the custom provider the RPCRouterServlet
correctly instantiates the custom provider, however, the RPCRouter is
failing because it is assuming that if the provider type is not a
DeploymentDescriptor.PROVIDER_JAVA then the provider must be a scripting
based provider.  In other words, there is not test in the RPCRouter code
(2.1 release) that I have for a DeploymentDescriptor.PROVIDER_USER_DEFINED.

Did I miss something?

Thanks,
Brandon