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
Satish AruchamySatish Aruchamy 

Issue while connecting to Salesforce system

Hi,

 

I am working in integration area and new to salesforce system integration. I am trying to establish a connection with salesforce system using webMethods Integration Tool (via SalesForce Adapter) and getting the below error.

 

Could anyone please help me on what to do to fix this problem?

 

Error message: 

 

; nested exception is:
org.xml.sax.SAXException: Invalid element in com.sforce.soap.partner.GetUserInfoResult - orgAttachmentFileSizeLimit

 

Regards

Satish

Best Answer chosen by Admin (Salesforce Developers) 
Abhinav GuptaAbhinav Gupta

This is for sure problem related to API version, seems you are using WSDL2Java stubs from an older Partner WSDL. Please update the stubs or use the correct API version.

All Answers

Abhinav GuptaAbhinav Gupta

This is for sure problem related to API version, seems you are using WSDL2Java stubs from an older Partner WSDL. Please update the stubs or use the correct API version.

This was selected as the best answer
Satish AruchamySatish Aruchamy

Hi,

 

Yes. You are right, Previously I was using version 23.0 in SOAP URL which is the cause as our webMethods Salesforce adapter of version 7.1 does not support API version 23.0.

 

Have updated the version to 13.0 as suggested by webMethods and the issue resolved.

 

Thank you very much!!!

 

Regards

Satish