Hi,
I am trying to login to a HTTPs site using a Java service. on WM7.1.2 with jdk/jvm1.5. I also got the error Illegal call to webMethods https protocol handler. I added the following in the server.bat
JAVA_MEMSET=-ms%JAVA_MIN_MEM%-mx%JAVA_MAX_MEM%-Djava.protocol.handler.pkgs="com.sun.net.ssl.internal.www.protocol"
I also tried in the code System.getProperties().setProperty(“java.protocol.handler.pkgs”,
"com.sun.net.ssl.internal.www.protocol");
but I did not download the jsse.jar since jre1.5 already has it.
but i still get the protocol error.
Do anyone have any ideas how to solve this?
Thanks in advance,
Mary