Community

Problem with WS Security encryption

reply from juan pablo in JBoss Web Services - View the full discussion

Hi,

 

I have to sing a soap message with a x.509 certificate and a private key that I have in a keystore.

I'm using Eclipse ... and I follow chapter 9, and the section 9.5, encrypting SOAP messages ...

 

I'm using jdk 1.5 and reference to the jboss AS 5.1.0 client folder , jbossall-client.jar and jbossws-native-client.jar

 

 

When I try to do a new of the Service I have:

Service service = new Service();

 

javax.xml.ws.WebServiceException: Provider com.sun.xml.internal.ws.spi.ProviderImpl not found
at javax.xml.ws.spi.FactoryFinder.newInstance(FactoryFinder.java:33)
at javax.xml.ws.spi.FactoryFinder.find(FactoryFinder.java:128)
at javax.xml.ws.spi.Provider.provider(Provider.java:108)
at javax.xml.ws.Service.<init>(Service.java:57)
Do you known what jdk and jars I have to use ?
thanks

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community