IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  XML RPC

    Posted 08/10/07 06:06 PM

    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 {


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: XML RPC

    Posted 08/13/07 04:49 AM

    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


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: XML RPC

    Posted 08/13/07 05:09 PM

    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


    #webMethods
    #Integration-Server-and-ESB