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
Nageswara Reddy Rami ReddyNageswara Reddy Rami Reddy 

jar files not creating for enterprsie.wsdl and partnet.wsdl

HI all ,

 

 I  am  new to  webservice. I am integrate java apps with Force.com APIs. and  I am follwoing the below link. and getting  the error.

http://wiki.developerforce.com/page/Introduction_to_the_Force.com_Web_Services_Connector

 


F:\>java -classpath FF:\force-wsc-29.0.0.jar;F:\ST-4.0.7.jar; com.sf
orce.ws.tools.wsdlc F:\mywebservice.wsdl F:\mywebservice.jar

 

 


Exception in thread "main" java.io.FileNotFoundException: F:\mywebservice.wsdl (
The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(UnknownSo
urce)
at java.net.URL.openStream(Unknown Source)
at com.sforce.ws.wsdl.WsdlFactory.create(WsdlFactory.java:47)
at com.sforce.ws.codegen.Generator.generate(Generator.java:81)
at com.sforce.ws.tools.wsdlc.run(wsdlc.java:108)
at com.sforce.ws.tools.wsdlc.run(wsdlc.java:142)
at com.sforce.ws.tools.wsdlc.main(wsdlc.java:64)

 

 

and I place the tools.jar file ,force-wsc-29.0.0.jar to rnning directory   . Please guide me to relove the issue.

 

Thanks 

Nageswara Reddy