Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 632 Bytes

File metadata and controls

12 lines (11 loc) · 632 Bytes

Sample for XMLRPC Call from JAVA

This sample contains how to send XMLRPC call from Java classes and it contains sample for data types. Also sample request and sample response are included in packages and you can get how to convert java object to target XML. Codes contains below data types:

In addtion to above parts, I have added a class to get request and response as XML. And also there is a new function to print these XMLs pretty.