/ Published in: Java
Expand |
Embed | Plain Text
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package net.hazra.xmlrpctutorial; import java.net.URL; import java.util.*; import java.util.Vector; import org.apache.xmlrpc.client.XmlRpcClient; import org.apache.xmlrpc.client.XmlRpcClientConfigImpl; public class Main { XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl(); XmlRpcClient client = new XmlRpcClient(); client.setConfig(config); params.addElement(keyId); if ( results != null ) { } } }
You need to login to post a comment.
