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
Vandy7Vandy7 

{faultcode:'soapenv:Client', faultstring:'Attribute "xmlns"....

Hello,

 

 

var query = "Select LastName,FirstName,MobilePhone,Id from Contact where " + idCondition;

var result = sforce.connection.query(query);

var contacts = result.getArray("records");

 

The above piece of code shows the following error, {faultcode:'soapenv:Client', faultstring:'Attribute "xmlns" bound to namespace "http://www.w3.org/2000/xmlns/" was already specified for element "query".', }

 

Please help me to figure it it out.

 

Thanks in advance

whitfty1whitfty1

I am having the same issue.  Have you figured this out?

Mouse.liuMouse.liu

Guys ,Just change the version to higher,i.e. 20.0 or higher, Everything is ok.

arvorisarvoris

change the version of what to higher?  Confused.