Workday Integration with workday Spoke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2022 03:51 AM
Hello All,
We are trying to integrate servicenow with Workday using the workday Spoke. Currently we are getting the below error message when we try to use the spoke- Get Worker profile. We got confirmation from Workday team that the credentials are correct. Is any other step needs to be done from Workday/ServiceNow end.
<?xml version="1.0" encoding="utf-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wd="urn:com.workday/bsvc"><faultcode>SOAP-ENV:Client.authenticationError</faultcode><faultstring>invalid username or password</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
Regards
Prem Vikas K
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2022 07:31 AM
Hello Prem,
As it is definitely an Authorization failure, verify WS-Security Username Profile and these credentials must be used by the Workday team to talk to ServiceNow.
I suggest to verify the property - "glide.basicauth.required=true". Because web services requests are non-interactive, the Authorization header is always required during a request. Make sure on the WSDL URL if the client (Workday) is trying to access using HTTP.
If you have already tried these, please let me know.
Regards, Akash
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 12:31 PM
Hello Prem,
Did you ever manage to make it work? I have the same issue.