function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
efantiniefantini 

Still SAXParseException error messages

I have a nightly process that execute query on Accounts data and insert them to Salesforce.com custom Object. Program is written in Java.

Last night, I received the following message when it ran (nothing had changed on my side since few months) and since 16 November I have received similar messagge error but on different element every time....

AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.xml.sax.SAXParseException: required "" to terminate the element staring on line {1}

(in this particulary case I don't have a field in Account called KA__c but I have field KAM__c)

I've read in the community that similar problem of SAXParseException should be fixed...but I have still problems

It suffix to download the new WSDL and re-compile my code or what else?

Thanks
Regards