Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML Parsing Error: mismatched tag while upserting objects #72

Open
guillaumedenece opened this issue Feb 18, 2019 · 0 comments
Open

XML Parsing Error: mismatched tag while upserting objects #72

guillaumedenece opened this issue Feb 18, 2019 · 0 comments

Comments

@guillaumedenece
Copy link

Hello everyone,

I currently am experiencing an error while upserting objects in SF from our backend.
Before sending the data to the Salesforce API (version 41), I log the xml that I send and it is well formatted. The job then fails on Salesforce side with the error: "XML Parsing Error: mismatched tag". Indeed, when I look at the XML processed by salesforce, I can see this:
<Client__c>a050X00000zLdPsQAK</Clieent__c> in the middle of the XML. I do not really understand why.

Did anyone ever face this problem and find a trick to solve it?

Here is the configuration that I use:

  • ruby 2.6.0
  • rails 5.2.2
  • gem 'restforce', '~> 3.1.0'
  • gem 'salesforce_bulk_api' , '~> 0.12.0'

Thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant