Hello to all.

I try to launch a WS client (generated by the command wsdl2java) and
when I try to get the port I have this:

java.lang.ClassCastException: org.apache.cxf.jaxws.spi.ProviderImpl
        at javax.xml.ws.spi.Provider.provider(Provider.java:39)
        at javax.xml.ws.Service.<init>(Service.java:36)
        at com.services.MyService.<init>(
com.services.MyService.java:51)
        at
com.services.MyTest.WSFacadeFactory.getKGRCanonicalPort(WSFacadeFactory.
java:37)
        at com.services.MyTest.sendRequest(com.services.MyTest.java:66)
        at java.lang.Thread.run()V(Unknown Source)

I'm on an EAR deployed on Jboss.

If I try to launch the same client directly in eclipse I have none
problem...

If Someone has idea...

Thanks.

Reply via email to