johvargas / sfdc-wsc

Automatically exported from code.google.com/p/sfdc-wsc
0 stars 0 forks source link

Using BulkConnection with salesforce BulkAPI #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Downloaded wsc-19.jar from http://code.google.com/p/sfdc-wsc/
2. Generated partner.wsdl as specified in the BulkAPI developers guide
3. Created the standalone java sample client.

What is the expected output? What do you see instead?
I am getting an error in the following method which is mentioned in 
documentation
[code]
private BulkConnection getBulkConnection(String userName, String password)
[/code]
What version of the product are you using? On what operating system?
Salesforce Unlimited edition.
wsc-20.jar or wsc.19.jar
Windows xp 32 bit
java se 1.6.x
Please provide any additional information below.

I am trying the sample java client as mentioned in the Bulk API documentation, 
I am getting an error in BulkConnection method, rest everything looks fine. I 
am wondering which jar file will have the BulkConnection class.

Regards,
Arup

Original issue reported on code.google.com by sarkar.a...@gmail.com on 29 May 2011 at 4:56

GoogleCodeExporter commented 8 years ago
Please use WSC 22.0. You can download it here:

http://code.google.com/p/sfdc-wsc/downloads/list

Original comment by manoj.ch...@gmail.com on 6 Jul 2011 at 12:23