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
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 %*