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,