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.

 View Only
Expand all | Collapse all

Invoke Web Services via HTTPS from XML RPC Server

  • 1.  Invoke Web Services via HTTPS from XML RPC Server

    Posted Thu September 02, 2004 06:57 PM

    I want to know whether it is possible to invoke Web Services via HTTPS from the XML RPC Server. I have looked at the documentation and the configuration files and could not find any information regarding using HTTPS.

    Has anyone tried this before? Is it possible to do this from the XML RPC Server?

    Regards
    Theo


    #Mainframe-Integration
    #EntireX
    #webMethods


  • 2.  RE: Invoke Web Services via HTTPS from XML RPC Server

    Posted Mon September 06, 2004 12:15 PM

    HiTheo,

    as already discussed offline, here’s a description how to use https
    with the XML RPC server.

    Regards, Dietmar



    In the configuration file for the XML RPC Server configure the target URL via https.
    For example:

    <?xml version="1.0" encoding="iso-8859-1" ?>



    localhost:1971
    RPC/XML03/JAVA









    Start the XML RPC server e.g. with the following options (make sure the certificate is present):

    @rem Start XML RPC Server
    %JAVA_HOME%\bin\java -Xms128M -Xmx384M -classpath “%ENTIREX_RT%;%XERCES%” -Dentirex.trace=%TRACELEVEL% -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol -Djavax.net.ssl.trustStore=C:\Certificates\ExxCACert.jks com.softwareag.entirex.xml.rt.XMLRPCServer %*


    #EntireX
    #Mainframe-Integration
    #webMethods