Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

REST/JSON service to call SOAP service

2793934Jul 10 2017

Hi All,

I am using jdk 1.7 with jdeveloper 11.

I want to create a REST/JSON service, the service should accept string input, invoke a SOAP webservice, and return the response in JSON format.

The SOAP service returns complex xml structure, the xml needs to be converted into JSON and return to the caller.

I managed to create REST/JSON service using jdeveloper and it work.

I am not sure how to invoke the SOAP service in JAVA, convert the SOAP response into JSON and return to the caller.

Can anyone let me know how to design the solution for my problem?

Thanks,

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2017
Added on Jul 10 2017
0 comments
749 views