1 Reply Latest reply on Nov 14, 2007 1:58 PM by asoldano

    is it possible to mix Xfire and Jboss ProviderImpls

    zebathon

      Hello,

      We have both Jboss 1.2 and Xfire client jars on our classpath.

      At runtime, when javax.xml.ws.Service tries to create a ServiceDelegate, it calls

      Provider.provider().createServiceDelegate(wsdlDocumentLocation, serviceName, this.getClass());


      Which always and only returns an XfireProviderImpl.

      I know that according to JAXWS specs, i can set the JAXWSPROVIDER_PROPERTY. But my question is, can I programatically return different ProviderImpls in order that to run both clients? or must I choose only 1.

      Thanks