I'm pulling what little hair I have left out....
Is there anyone on list that they have successfully installed and are
working with this verisign tag.

I am on a Linux based system and have followed the appropriate steps
that I've seen posted in the MM forums.  The steps in the forums are pc
based by the way....

Here is the error message that I get.


[error message]
The CFX custom tag "CFX_CFXPayFlowPro" was not found in the custom tag
database. Please be sure to add custom tags to the database before using
them. If you have added your tag to the database then you should check
the spelling of the tag within your template to insure that it matches
the database entry.


[Here are my JVM settings]
Java Virtual Machine Path:  
/opt/coldfusionmx/jre


Class Path:
/opt,/opt/coldfusionmx,/opt/coldfusionmx/cfx,/opt/coldfusionmx/cfx/java,
/opt/coldfusionmx/cfx/java/Verisign,/opt/coldfusionmx/cfx/java/Verisign/
Verisign.jar,


[cfx settings]

Tag Name:
CFX_PAYFLOWPRO

Class Name:
CFXPayFlowPro

Description:
CFXPayFlowPro


[sample code being used]

<CFX_PAYFLOWPRO QUERY          = "RESULT"
                HOSTADDRESS    = "test-payflow.verisign.com"
                HOSTPORT       = "443"
                TIMEOUT        = "30"
                PROXYADDRESS   = ""
                PROXYPORT      = ""
                PROXYLOGON     = ""
                PROXYPASSWORD  = ""
                TRXTYPE        = "S"
                TENDER         = "C"
                PARTNER        = "VeriSign"
                USER           = "webrax"
                PWD            = "password"
                ACCT           = "5105105105105100"
                EXPDATE        = "1209"
                PARMLIST="" 
                CERTPATH
="/opt/coldfusionmx/cfx/java/Verisign/certs/"
                AMT            = "27.33">



<CFOUTPUT QUERY="RESULT">
<hr>
<p><b>PARMLIST:</b> #PARMLIST#<BR>
<p><b>RESULTSTR:</b> #RESULTSTR#<BR>
<p><b>VERSION:</b> #VERSION#<BR><BR>
</CFOUTPUT>

<hr>

<CFOUTPUT>

<CFIF result.result IS "0">
  Transaction <b>#result.respmsg#</b><br>
  Result: #result.result#<br>
  PNREF: #result.pnref#<br>
  AuthCode: #result.authcode#<BR>
<CFELSE>
  Transaction Declined: #result.respmsg#<br>
</CFIF>

</CFOUTPUT>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=14
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=14

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
                                

Reply via email to