Hi,
While I'm trying to run client java class i get this error message. I didn't write any extra code this program.
Exception in thread "main" java.lang.ClassCastException: com.sun.proxy.$Proxy24 cannot be cast to com.sun.xml.ws.developer.WSBindingProvider
at com.oracle.xmlns.callbpel.callbpel.bpelprocess1.BPELProcess1_ptClient.main(BPELProcess1_ptClient.java:49)
(BPELProcess1_ptClient.java:49)--------------> WSBindingProvider wsbp = (WSBindingProvider) bPELProcess1;