How to use the Headers in the SOAP Step?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 11:51 AM
Hi Guys,
We are in the process of creating multiple Flow Actions for our integration. We are using the SOAP Step with lots of inputs. We reached the maximum inputs allowed and we are thinking of using the Headers for some like:
- PartyID
- AgreementID
- Service
- Action
- MessageID
- UserName
- Password
We have properties for all these because they are all consistently being used for all our actions.
This is a sample of our MessageHeader:
I got a 500 Status Code
I am doing it wrong, could someone please help?
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 12:21 PM
That looks correct but I always have a Content-Type in the header defined also which could be a value of 'text/xml' or something else
Thanks,
David Whaley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 12:39 PM
Hi David,
Thanks for the response. I added the Content - Type and it still not working.
I still get 500 error code
Thanks.