Also, here is the code that I am running.  This works on another box running
ACF.

<cfinvoke webservice="https://secure.modpay.com/ws/modpay.asmx?wsdl";
method="GetModpayVersionInfo"
returnVariable="VersionNumber">

<cfoutput>#VersionNumber#</cfoutput>


On Thu, Jun 23, 2011 at 11:31 PM, Ben <[email protected]> wrote:

> Hey All,
>
> So I am finally doing my first webservice connection.  Quite an
> interesting journey.  In the process I have come across two errors
> with CFINVOKE.  I first I was able to track down, but the second I
> can't figure out.
>
> My environment is Windows 7 running Tomcat from Jordan's Installer.  I
> had version 1.4 on here, but also tried these with the nightly 1.5.
>
> The first one, just so that there is a record on here of this gave me
> the following error:
>
> Unrecognized error code: Failed to access WSDL located at
> https://secure.modpay.com/ws/modpay.asmx?wsdl. There may be an error
> in the target WSDL. java.security.NoSuchAlgorithmException: Error
> constructing implementation (algorithm: Default, provider: SunJSSE,
> class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
>
> This turned out to be the that the JDK that the installer uses had
> some certificates that were out of date or something like that.  I
> copied over the security folder from another JDK and replaced the one
> in the installer and this error was fixed.
>
> The second error only gives this on the details: sun/tools/javac/Main
>
> From what I can tell, this appears to be something with the JDK, but I
> can't figure out what.  I have tried just replacing the JDK of the
> installer with another JDK and then the service wouldn't start, so
> there must be something specific with it that I am missing.  I
> downloaded the Ready-to-Run version and got the same results running
> on the JDK on my machine.
>
> Any thoughts?
>
> Thanks!
>
> Ben

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to