/ Published in: Java
URL: http://ws.apache.org/xmlrpc/client.html
just a comment
Expand |
Embed | Plain Text
import org.apache.xmlrpc.client.XmlRpcClient; import org.apache.xmlrpc.client.XmlRpcClientConfigImpl; XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl(); XmlRpcClient client = new XmlRpcClient(); client.setConfig(config);
Comments
Subscribe to comments
You need to login to post a comment.

found this useful
still got Problems with proxies