exception javax.xml.rpc.ServiceException: Provider com.sun.xml.rpc.client.ServiceFactoryImpl not found Jbossws
Bonjour,
j'ai commencer a travaillé avec webservice(migration d'une application de XMLRPC vers webservice) pour cela j'ai choisi de travailler avec Jbossws(par ce que note application vont déployer sur Jboss).
la partie serveur est bien j'ai suit un exemple qui se trouve ds ce lien http://www.codeproject.com/KB/java/w...for-jboss.aspx(même étapes et source code). mais quand je lance le client il me donne cette exception:
Code:
1 2 3 4 5
| javax.xml.rpc.ServiceException: Provider com.sun.xml.rpc.client.ServiceFactoryImpl not found
at javax.xml.rpc.FactoryFinder.newInstance(FactoryFinder.java:44)
at javax.xml.rpc.FactoryFinder.find(FactoryFinder.java:137)
at javax.xml.rpc.ServiceFactory.newInstance(ServiceFactory.java:58)
at test.webservice.test.main(test.java:15) |
quelqu'un peu m'aider SVP.
Merci d'avance