Hi I'm creating a service client using CXF 2.7.9. When I try to get the bean from spring I get:
ClassCastException: $Proxy14$ cannot be cast to Service Interface If I don't cast it, it will return an object of type $Proxy14$. Any ideas? Regards, Néstor
