I am having a problem getting web services to make a wsdl HTTPS call using the
following setup:
ColdFusion server - MX Enterprise version 6,1,0,83762
Everything is installed on my workstation which is running Windows XP with
IIS 5.1
JAVA version - 1.4.2
JAVA home - C:\CFusionMX\runtime\jre
I have imported the Server Certificate and the Server Certificate's CA
Certificate (provided by the web service I am consuming) and added the
following lines to the JVM parameter list under Web Services in ColdFusion
Administrator:
-Djavax.net.ssl.trustStore= <mytrustStoreName>
-Djavax.net.ssl.trustStorePassword= <mytrustStorePassword>

I can access other ColdFusion pages and also open ColdFusion Administrator
with HTTPS with no problems but cannot make a WSDL call with HTTPS in the URL.

I have tried putting the IP address and file path/name into CFAdmin -> Web
Services using HTTPS as a test and it won't take it - if I remove the https all
is well. I can hit the .WSDL using HTTPS through the browser (IE) but CFAdmin
refuses to accept the same URL.

I also tried just making the .wsdl call using createObject to no avail.

Any suggestions would be greatly appreciated as a solution to this issue is
critical for this particular application.
Thanks,
dbe