You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Oracle Field Service Cloud SOAP authentication

edited Oct 2, 2019 1:53AM in Field Service 1 comment

Summary

With the August 2019 (19C) release, MD5 authentication support, used by SOAP APIs have been removed.

Content

With the August 2019 (19C) release, MD5 authentication support, used by SOAP APIs have been removed. We have an object event handler that sends tickets from OSC to OFSC, which uses SOAP to do authentication and now with 19C we have to start using Client ID/Client Secret. I have updated the code to use them but now we have to hash the authorization header using SHA256 instead of MD5, I am having difficulty. Existing code was using "md5" built-in function to hash the value, i updated the code to use "hash" function, but I get an error stating "undefined function hash()".

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!