Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
djuna #1
HTTPS problem consuming a web services
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
djuna Guest
-
Problem with consuming document/literal web services.
I'm having problems consuming a document literal web service with <cfinvoke> in a CFM page. I'm receiving the following error. Could not generate... -
consuming web services
hey this is a brief description of my problem. there is this web service which i want to use.i want to use this web service or rather consume this... -
Consuming Java Web Services
We are developing a client in C# that uses Web Services writtenin Java. These typically return simple arrays of objects. Incertain cases we'd like... -
consuming web services record set
I'm trying to consume a web service and use xslt transformation to display a simple HTML table with a record set from a SQL database. I have put... -
Consuming Web Services using other editor than VS.NET
Hi all! I've created a simple web service on server 1 that I wish to test from ASP.NET on server 2. Now, I don't use VS.NET (I use Macromedia...



Reply With Quote

