Skip to content

Instantly share code, notes, and snippets.

@Marthyn
Created August 10, 2016 12:08
Show Gist options
  • Save Marthyn/a157cf502b9ff023ddaca7ad0fad5229 to your computer and use it in GitHub Desktop.
Save Marthyn/a157cf502b9ff023ddaca7ad0fad5229 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<s:Fault>
<faultcode>s:Exact.Services.Exceptions.Entity.EntityException</faultcode>
<faultstring xml:lang="nl-NL">General SQL Error</faultstring>
<detail>
<EntityFault xmlns="http://www.exactsoftware.com/schemas/faults/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Message>General SQL Error</Message>
<DateTime>2016-08-10T00:00:00</DateTime>
<Exceptions/>
<Source>Exact.Entity.Address</Source>
<TermID>0</TermID>
<User>testcrm.gs1.nl</User>
</EntityFault>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment