java.lang.AbstractMethodError help!
I tried to run a class but I obtain the message below. I have verified some configuration items, but the issue still remains. Could anybody please help me with this. Thanks.
...
Exception in thread "main" java.lang.AbstractMethodError: com.sun.xml.ws.runtime.PipelineAssemblerFactoryImpl$1.createClient(Lcom/sun/xml/ws/api/pipe/ClientPipeAssemblerContext;)Lcom/sun/xml/ws/api/pipe/Pipe;
at com.sun.xml.ws.api.pipe.TubelineAssemblerFactory$TubelineAssemblerAdapter.createClient(TubelineAssemblerFactory.java:76)
at com.sun.xml.ws.client.WSServiceDelegate.createPipeline(WSServiceDelegate.java:388)
at com.sun.xml.ws.client.WSServiceDelegate.createEndpointIFBaseProxy(WSServiceDelegate.java:543)
at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:288)
at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:280)
at javax.xml.ws.Service.getPort(Service.java:92)
at com.fal.loyalty.ws.client.AccountServicesImplService.getAccountServicesImplPort(AccountServicesImplService.java:45)
at com.fal.ws.client.SearchClient.main(SearchClient.java:33)