I've replied on cfaussie so I'll share some of my thoughts here...

On Jun 3, 2004, at 7:01 AM, Barry L Beattie wrote:
http://www.macromedia.com/support/jrun/ts/documents/tn17929.htm

That seems to be a JRun 3.x problem due to the old JVM. I don't believe it should be a problem with the 1.4.2 JVM (that ships with CFMX 6.1).


found this reciently that might be related (from a Feb 2004 post)
http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm? catid=7&threadid=781179

The problem behind this thread has nothing to do with https and everything to do with complex data types.


<quote>The problem is that it seems our ability to set soap
headers is limited.</quote>

Well, the problem is really constructing the appropriate Java object to set into the headers...


The Error Occurred in C:\CFusionMX\wwwroot\webservice\testwscall.cfm:
line 15
15 : ws = CreateObject("webservice",
"https://www.stratapay.com.au/ecommservices.asmx?WSDL";);

Your code is failing on the creation of the webservice object. I do not get that error. I can't (yet) call the payment method you show in your code (and that is related to the WS headers). The error you are getting is purely one of connectivity... that sounds like either a JVM problem or, as someone else mentioned, an SSL cert issue.


Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.


CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to