- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 01:07 PM
We're trying to use the Oracle PeopleSoft spoke in Workflow Studio to integrate our ERP and ServiceNow. Everything seems to be connected and configured properly. Some of the delivered actions and subflows work fine. We're having issues creating a new payload that will go to PeopleSoft. Right now we're just trying to send an incident number to PeopleSoft but get the error **Payload logging not supported for unknown content-type.**. All looks okay to me and I'm at a loss why ServiceNow is having trouble with it. Everything seems to match what little documentation I can find.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 01:21 PM
Hello @Alan42
Try setting the Headers in the REST step:
Name: Content-Type
Value: application/xml
Let me know how it works...
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 01:21 PM
Hello @Alan42
Try setting the Headers in the REST step:
Name: Content-Type
Value: application/xml
Let me know how it works...
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2024 01:50 PM
Thank you. That worked perfectly.