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