I'm getting class cast exception when try to get the client object from proxy.
java.lang.ClassCastException: org.apache.cxf.jaxws.JaxWsClientProxy cannot be cast to org.apache.cxf.frontend.ClientProxy Since JaxWsClientProxy is the super class of ClientProxy, I'm not quite sure what is the reason for this. -- View this message in context: http://cxf.547215.n5.nabble.com/java-lang-ClassCastException-org-apache-cxf-jaxws-JaxWsClientProxy-cannot-be-cast-to-org-apache-cxf-y-tp3313516p3313516.html Sent from the cxf-issues mailing list archive at Nabble.com.
