
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 12:05 PM
Hello Everyone,
I configured bi-directional integration with Salesforce with IntegrationHub and Flow Designer (Salesforce spokes).
In Postman, the POST API (Webhook endpoint for the Salesforce spoke) throws an error: An unexpected error occurs while transferring the XML request.
And in the outbound message in the Salesforce Instance, it is showing: Org.xml.sax.saxparseexception;
premature end of file in logs.
How do I resolve this?
Thank you!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 10:16 AM
After changing the instance name in salesforce_webhook_registry, my issue was resolved.
To obtain Salesforce Instance details, we need to follow:
1. If we have custom domains, navigate to Domain Management > My Domain and copy the domain name. For example, if the complete domain name on the page is newdomain-customdomain.my.salesforce.com, copy and record the value newdomain-customdomain.
2. If we don't have Salesforce custom domains, obtain the Salesforce instance name from the Company Information page.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 10:16 AM
After changing the instance name in salesforce_webhook_registry, my issue was resolved.
To obtain Salesforce Instance details, we need to follow:
1. If we have custom domains, navigate to Domain Management > My Domain and copy the domain name. For example, if the complete domain name on the page is newdomain-customdomain.my.salesforce.com, copy and record the value newdomain-customdomain.
2. If we don't have Salesforce custom domains, obtain the Salesforce instance name from the Company Information page.