Hi All
I would like to know what kind of support webMethods for its services to act as XML RPC end point
The webMethods Fabric - Product Overview document (http://advantage.webMethods.com/docid2000000707) clearly talks about support for XML RPC.
But, I am trying to invoke flow service using a Java client application that uses APACHE XML RPC implementation.
I am not getting results from Flow Service.
My Java Code is as below
import org.apache.xmlrpc.client.XmlRpcClient;
import org.apache.xmlrpc.client.XmlRpcClientConfigImpl;
import org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory;
import org.apache.xmlrpc.XmlRpcException;
import java.net.URL;
import java.net.MalformedURLException;
public class TestGS {