Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Web Service Client and Proxy

NurdanApr 28 2017 — edited May 3 2017

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;

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2017
Added on Apr 28 2017
7 comments
1,074 views