You need to sign in to do that
Don't have an account?

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
Never mind, it works if I pass in a Vector with a Hashtable of the request parameters.
Shun