Consume Secured web service using proxy client in ADF
In last post i have discussed about how to expose Business component as
Secured service ADF BC as secured service.It is very common requirement
to consume secured web service in ADF applications.In this post i am
going to cover the same use case. Now i am going to consume the
same service URL as Web Service proxy client in ADF.
Create fusion web application
Right click on model and go to the web service and select Web Service Proxy.
provide the web service URL
Click on next and select the oracle/wss_username_token_client_policy
Finally Click on next and finish.
This will generate client java class to test the service method. Provide the credentials to service as shown below.
No comments:
Post a Comment