Share Your Experience With Others

Getting this error : “Error parsing file: Unexpected element {http://soap.sforce.com/2006/04/metadata}field during simple type deserialization

If you are facing this kind of error while deploying something, you can find the solution in the error itself.

“Error parsing file: Unexpected element {http://soap.sforce.com/2006/04/metadata}field during simple type deserialization

here it’s showing the field right, it means the matching closed tag is missing in your file.

Maybe you are getting some other missing tag in your file that you can check and update.

Leave a comment