XML RPC

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 {

Hi Sreenivasulu,

assuming that http://gituas04:5555 is pointing to your IS, what should RPC2 stand for?

IS has 2 SOAP-Handlers:
SOAP-MSG (“soap/default” or just “soap”) and SOAP-RPC (“soap/rpc”)
or you can call the service directly with “invoke//”

Do you get Results from the Service if you invoke it in Developer?

Any Messages in ServerLog or ErrorLog related to this?

Regards,
Holger

Hello,
The question would be what happens if you remove the “RPC2” text from the code above and compile and run? Good day.

Yemi Bedu