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
Prabhat KumarPrabhat Kumar 

Not able to get force-wsc-30.0.0.jar

Hi,

We are trying to connect to SFDC instance thru SOAP API. Got the partner WSDL file but to convert the wsdl into Partner JAR file in windows environment ,
it needs force-wsc-30.0.0.jar. 
But when I go to download the jar from https://mvnrepository.com/artifact/com.force.api/force-wsc/  the link given but 30.0.0 version is not available.

Please help me to get the required JAR file.

Thanks

Ramu_SFDCRamu_SFDC
The following article might help

http://sforcehacks.blogspot.in/2013/04/building-partnerjar-api-file.html
Prabhat KumarPrabhat Kumar
Hi,

The location to download the JAR file doesn't have the 30.0.0 jar file and the bolg also asking to download it from http://mvnrepository.com/artifact/com.force.api/force-wsc

Without this Jar newer partner jar file can't be created in windows machine.

Please let me know If somebody has tried to generate the partner jar from partner wsdl and faced issue due to force-wsc-30.0.0.jar file.
You can suggest if there is any alternate route also to create connect and use API's.


Thanks
gsmithfarmergsmithfarmer
I generated the jar from the Summer'14 partner wsdl (31) using version 29 of wsc.  I have seen no issues and have tons of unit tests on code that uses the generated jar.  (I have support 3 commercial products based on the generated code: CopyStorm, CopyStrom/Restore, and SQLForce).  The jar was generated on an Ubuntu box and the resultant code ran on various Linux variants, Windows 7 & 8, plus Mac.