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!

Invoke Fusion Webservice from ADF

PamNLMay 13 2016 — edited May 20 2016

I'm trying to invoke a fusion web service from my ADF form. When invoking the service however (using username/password), I get

Client received SOAP Fault from server : InvalidSecurityToken : The security token is not valid.


I think this is because it requires a timestamp. In SOAP UI when I invoke the service, I get the same error if I leave out the timestamp. Now my question is .. how would I add a timestamp in my web service call from ADF?


What I have done so far is described in this blog

http://sameh-nassar.blogspot.nl/2015/06/call-secure-soap-web-service-in-adf.html

So I have a soap based data control with the username/password hardcoded in it. I'm behind the firewall, so I don't need proxy for now (will need that later).

Security settings are set to oracle/wss_username_token_client_policy.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 17 2016
Added on May 13 2016
8 comments
1,274 views