Roberto Podesta' wrote:

I am trying to use WSIF with SoapRMI (or XSOAP) like SOAP transport provider but it does not work. I got this error:
'WSIF0003W: An error occurred finding pluggable providers: org.apache.wsif.providers.soap.apacheaxis.WSIFDynamicProvider_SoapRMI'
I correctly set the WSIFDynamicProvider_SoapRMI in org.apache.wsif.spi.WSIFProvider file. I think that my path contains all the required classes.


you need to make sure that SoapRMI 1.1 jar file is also on CLASSPATH

In my installation other providers (local Java, Apache Soap 2.3, Apache Axis and another (not standard) TCP binding) are working fine.

Any help?



the reason it does not work is quite simply fact that probably nobody used SoapRMI WSIF provider for long time.


it was meant initially to test that WSIF can support multiple SOAP providers as initially we had only ApacheSOAP so quickly added SoapRMI (i wrote SoapRMI/XSOAP so i know it inside-out and it was very easy for me). since then we have AXIS provider so need for SoapRMI provider that is based on SoapRMI 1.1 that was heavily RPC based is not bug (XSOAP 1.2 supports RPC literal document/message model ...).


do you have any particular reason you wan to use SoapRMI 1.1 (it is over two years old!)?

thanks,

alek

--
The best way to predict the future is to invent it - Alan Kay



Reply via email to