• David Hampson
  • NEWBIE
  • 5 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
We are getting below exception in one of our customer environment while we are trying to use a login api.


- UNKNOWN_EXCEPTION: The reference to entity  "FyqvuKwYdUxifmPj3ifNW8PA1d" must end with the ';' delimiter
 The response returned from Salesforce:
url=https://test.salesforce.com/services/Soap/u/33.0/, errorCode=500, getMessage()=<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sf="urn:fault.partner.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>UNKNOWN_EXCEPTION</faultcode><faultstring>UNKNOWN_EXCEPTION: The reference to entity &quot;FyqvuKwYdUxifmPj3ifNW8PA1d&quot; must end with the &apos;;&apos; delimiter.</faultstring><detail><sf:UnexpectedErrorFault xsi:type="sf:UnexpectedErrorFault"><sf:exceptionCode>UNKNOWN_EXCEPTION</sf:exceptionCode><sf:exceptionMessage>The reference to entity &quot;FyqvuKwYdUxifmPj3ifNW8PA1d&quot; must end with the &apos;;&apos; delimiter.</sf:exceptionMessage></sf:UnexpectedErrorFault></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Regards,
Imran