• Carol Rehnberg
  • NEWBIE
  • 5 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
What changes in the Winter 15 release would cause the system to start throwing parse errors in an xml reader apex? It was working perfectly, and suddenly stopped working. The Debug Log message is SystemXMLException ParseError.
We are working on a project in sandbox.When someone insert the opportunity then we are hitting 3rd Party system and update into salesforce:
 
1) Request XML is generated containing some information.
2) Request XML is send to a third party database management[CORE LOGIC] (Connect2Database).
   There a Response XML will  generate containing the information (Report) and send back to salesforce.com (http://salesforce.com" tabindex="-1" target="_parent" title="http://salesforce.com/)
3) When the Response XML is receive , we are fetching some information from that report and showing on the page layout.
 
We are using XML writer and reader for generating and reading the XML.
 
The Problem We are facing is that there is tag ,named '_LEGAL_DESCRIPTION' in XML Response and Salesforce code is not able to read the "_LEGAL_DESCRIPTION" tag but code is reading all the others tags without any error.
 
It seems that this is a bug in salesforce XmlStreamReader Class -
We are working on a project in sandbox.When someone insert the opportunity then we are hitting 3rd Party system and update into salesforce:
 
1) Request XML is generated containing some information.
2) Request XML is send to a third party database management[CORE LOGIC] (Connect2Database).
   There a Response XML will  generate containing the information (Report) and send back to salesforce.com (http://salesforce.com" tabindex="-1" target="_parent" title="http://salesforce.com/)
3) When the Response XML is receive , we are fetching some information from that report and showing on the page layout.
 
We are using XML writer and reader for generating and reading the XML.
 
The Problem We are facing is that there is tag ,named '_LEGAL_DESCRIPTION' in XML Response and Salesforce code is not able to read the "_LEGAL_DESCRIPTION" tag but code is reading all the others tags without any error.
 
Please let me know is this is a bug in salesforce XmlStreamReader Class -
you can check the line 82 for the Apexc Class "OpportunityXmlReader"
What changes in the Winter 15 release would cause the system to start throwing parse errors in an xml reader apex? It was working perfectly, and suddenly stopped working. The Debug Log message is SystemXMLException ParseError.
We are working on a project in sandbox.When someone insert the opportunity then we are hitting 3rd Party system and update into salesforce:
 
1) Request XML is generated containing some information.
2) Request XML is send to a third party database management[CORE LOGIC] (Connect2Database).
   There a Response XML will  generate containing the information (Report) and send back to salesforce.com (http://salesforce.com" tabindex="-1" target="_parent" title="http://salesforce.com/)
3) When the Response XML is receive , we are fetching some information from that report and showing on the page layout.
 
We are using XML writer and reader for generating and reading the XML.
 
The Problem We are facing is that there is tag ,named '_LEGAL_DESCRIPTION' in XML Response and Salesforce code is not able to read the "_LEGAL_DESCRIPTION" tag but code is reading all the others tags without any error.
 
It seems that this is a bug in salesforce XmlStreamReader Class -
We are working on a project in sandbox.When someone insert the opportunity then we are hitting 3rd Party system and update into salesforce:
 
1) Request XML is generated containing some information.
2) Request XML is send to a third party database management[CORE LOGIC] (Connect2Database).
   There a Response XML will  generate containing the information (Report) and send back to salesforce.com (http://salesforce.com" tabindex="-1" target="_parent" title="http://salesforce.com/)
3) When the Response XML is receive , we are fetching some information from that report and showing on the page layout.
 
We are using XML writer and reader for generating and reading the XML.
 
The Problem We are facing is that there is tag ,named '_LEGAL_DESCRIPTION' in XML Response and Salesforce code is not able to read the "_LEGAL_DESCRIPTION" tag but code is reading all the others tags without any error.
 
Please let me know is this is a bug in salesforce XmlStreamReader Class -
you can check the line 82 for the Apexc Class "OpportunityXmlReader"
What changes in the Winter 15 release would cause the system to start throwing parse errors in an xml reader apex? It was working perfectly, and suddenly stopped working. The Debug Log message is SystemXMLException ParseError.