Connecting Java to Salesforce
Force.com Web Services Connector(WSC)
https://developer.salesforce.com/page/Introduction_to_the_Force.com_Web_Services_Connector
Generate .jar from WSDL
java -classpath .\ST4-4.0.8.jar;.\wsc-40.jar;.\antlr-runtime-3.4.jar com.sforce.ws.tools.wsdlc enterprise.wsdl enterprise.jar

https://developer.salesforce.com/page/Introduction_to_the_Force.com_Web_Services_Connector
Generate .jar from WSDL
java -classpath .\ST4-4.0.8.jar;.\wsc-40.jar;.\antlr-runtime-3.4.jar com.sforce.ws.tools.wsdlc enterprise.wsdl enterprise.jar

Comments
Post a Comment