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
sfDevelopersfDeveloper 

2 questions about xml-rpc & Eclipse

Hi,

Could anybody find where I can download the xml-rpc implementation? 

Can I use Eclipse as a tool kit instead of the Java toolkit? Are there any requirements?

 

sfDeveloper

 

adamgadamg
You can download a Java XML-RPC client here:

http://ws.apache.org/xmlrpc/download.html

You can use Eclipse to edit/manage any type of Java code, including code that uses the XML-RPC client, or the SOAP toolkit of your choice. We'll be releasing some Eclipse specific samples in the future, but if you have questions about using that IDE post them here.
sfDevelopersfDeveloper

Thank you very much for your answer.

 

sfDeveloper

sfDevelopersfDeveloper

Hello adamg,

May be I was not very clear with my  question. I know about the link you refer to. By the way I've downloaded and intalled that before.

In my question I meant the file "SForce.java" (Toolkit\java\src\test\api). This file contains Soap code and what I search is the same SForce.java but with xml-rpc code.

So, do you have that file for me ??? Or can you tell me where I can get that file??

 

sfDeveloper

 

 

 

adamgadamg
Ah. Ok.

We don't have any XML-RPC examples available on the site now, but I'll ask around and see if we can find something for you - if one of our community members could post something, that would also be appricated.