• Jeyapriya J
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 9
    Replies
Hi,

I am new to Salesforce, we are working to create a SOAP message to get user information and eventually update the user record from Java application.
I searched for sample piece of code, the code with query option in developer site doesnt return me any information.

Could anyone guide me in creating a session and getting user information with SOAP API.

Regards
Jeyapriya J
Hi,

I am new to Salesforce, we are working to create a SOAP message to get user information and eventually update the user record from Java application.
I searched for sample piece of code, the code with query option in developer site doesnt return me any information.

Could anyone guide me in creating a session and getting user information with SOAP API.

Regards
Jeyapriya J

After running 

 

java -classpath wsc-22.jar com.sforce.ws.tools.wsdlc enterprise.wsdl enterprise.jar

 

I get the error:

 

Error could not find or load main class com.sforce.ws.tools.wsdl

 

I downloaded wsc-22.jar and put it in my classpath what am I missing?

  • March 31, 2012
  • Like
  • 0