rpc « XML « JSP-Servlet Q&A





1. Servlets using xml-rpc    coderanch.com

2. xml-rpc and servlets    coderanch.com

3. How to call an XML-RPC method from Java Code    coderanch.com

Hi everyone, I need to call a remote method getUserDetails methods of an API (lets say XAPI) the request for this in the XMl format is given as below: xxxx abc.com [/code] so from my Java code how do i need to construt the parameters for the above xml request ...