Skip to Main Content

Java Development Tools

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!

Programmatically controlling a Web Service Data Control (SOAP/REST)

DanieljMar 11 2014 — edited Mar 12 2014

Hi,

I am relatively new to JDeveloper and I require some help. I have been asked to create a JAX-WS which will be consumed from procedures in an Oracle DB. This is working fine. The problem, is that the JAX-WS must communicate with a 3rd party web service which is rpc/encoded so I am not able to make use of the JDeveloper Web Service Client and Proxy as it will not accept this type of web service.

I would like to know if I was to make use of the JDeveloper to create a Web Service Data Control (SOAP/REST) which points to the 3rd party rpc/encoding how could I programmatically call this DataControl from my JAX-WS to execute the methods available in the DataControl?

Or is there an alternative solution which would allow the JAX-WS to make use of the RPC/Encoded Web Service?

Thank you

Daniel

This post has been answered by dvohra21 on Mar 11 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2014
Added on Mar 11 2014
2 comments
184 views