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.