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
irfan azizirfan aziz 

java -jar target/force-wsc-39.0.1-uber.jar <inputwsdlfile> <outputjarfile>

I managed to do all the steps mentioned in this process except Generating Stubs From WSDLs.

java -jar target/force-wsc-39.0.1-uber.jar <inputwsdlfile> <outputjarfile>
java -jar target/force-wsc-39.0.0.jar C:\Users\upg022\Downloads\partner.wsdl partner.jar
Here i get the error:
no main manifest attribute, in target/target/force-wsc-39.0.0.jar
I have downloaded the file  force-wsc*.jar and put at different locations but it always fails. I dont know what could be wrong with it.

I even tried this one
java -classpath "${JAVA_HOME}lib/tools.jar:target/force-wsc-39.0.1-uber.jar" com.sforce.ws.tools.wsdlc <inputwsdlfile>  <outputjarfile>
java -classpath "${JAVA_HOME}lib/tools.jar:target/force-wsc-39.0.0.jar" com.sforce.ws.tools.wsdlc C:\Users\upg022\Downloads\partner.wsdl  partner.jar

Again i get the same error Could not find or load main com.sforce.ws.tools.wsdlc

What could be the issue.