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!

Consume SOAP Web Service

Muhammad Shaheen AkhtarMar 19 2018 — edited Mar 22 2018

Dear All,

Hi, I am using Jdeveloper 12.2.1 to develop Fusion web application and weblogic 12.2.1. I need to consume SOAP web service. I find out many solutions but while implementing, in wizard of data control it shows all its request name but after completion of wizard its expected request and return method are not appearing in Data Control. I have SOAP web service which need to consume in adf application have certain extra thing which are need to cover are given below.

Sample SOAP URL: https://<domain>:<port>/part.svc?wsdl

1. Service Usecase

          In this option we need to send request, after sending request their form will be open on our page, after filling this new form user press button then response will be resend to our page. (just like online payment using credit card option on web).

2. Add certificate at runtime.

          In order to send request we need a certificate integration which has been already provided by client but should be included in at runtime.

3. Basic HTTP Authentication

          Request has Basic Authentication in it where it require username and password which is also provided by client.

Please help or suggest. Thanks in advance.

Regards,

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 19 2018
Added on Mar 19 2018
14 comments
431 views