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