Bi-directional Integration with Salesforce with IntegrationHub and the Flow Designer

Community Alums
Not applicable

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!

1 ACCEPTED SOLUTION

Community Alums
Not applicable

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.

View solution in original post

1 REPLY 1

Community Alums
Not applicable

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.