You need to sign in to do that
Don't have an account?

{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
I am having the same issue. Have you figured this out?
Guys ,Just change the version to higher,i.e. 20.0 or higher, Everything is ok.
change the version of what to higher? Confused.