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
shunshun 

XML-RPC code samples using Apache XML-RPC?

Hi,

Are there any code samples using Apache XML-RPC's XmlRpcClient class to execute XML-RPC calls to salesforce? 

Specifically I just need to know what the "struct" equivalent would be in Java that I need to pass in as the parameters.  Is it just some combination of arrays and hashtables or can I pass in a Java class that represents the struct?

Thanks,

Shun

shunshun

Never mind, it works if I pass in a Vector with a Hashtable of the request parameters.

Shun