Re: Payflow Pro Jar

This WebDNA talk-list message is from

2002


It keeps the original formatting.
numero = 43478
interpreted = N
texte = First, the WebDNA engine must be able to load the java.dll to make java calls. So make sure that your environment PATH variable contains a path to that dll.Second, that call you refer to is in the PFProJava_Verisign.java file in the WebCatalogEngine/Globals/WebMerchant folder. If you are using the verisign.jar file, then you must setup your WebMerchant/PaymentProcessors to use the 'PayFlowPro (Verisign)' processor option. Selecting this will set WebMerchant to use the PayFlow_Pro_Verisign.inc file instead of the PayFlow_Pro.inc file.Third, make sure you setup the JavaClassPath pref (in the 'WebCatalog Prefs' file) to include the path to the verisign.jar file and the global/WebMerchant folder. This is explained in the help links on the WebMerchant/PaymentProcessors page.Your class path pref should look something like this: c:\Verisign\payflowpro\java\Verisign.jar;c:\inetpub\scripts\WebCatalogEngine \Globals\WebMerchantYou need to restart the WebDNA engine if the JavaClassPath pref is changed.> -----Original Message----- > From: WebCatalog Talk > [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf > Of Chris List Recipient > Sent: Tuesday, September 17, 2002 10:17 AM > To: WebCatalog Talk > Subject: Re: Payflow Pro Jar > > > I downloaded the PFP SDK and it had verisign.jar as you > suggest. I notice > that WebDNA actually calls PFProJava.class which invokes > Verisign.jar (which > is a JNI stub to PFProJNI.dll). I can successfully invoke > PFProJava from a > command prompt to retrieve these results from Verisign: > > > RESULT=0&PNREF=V63F19044999&RESPMSG=Approved&AUTHCODE=010101&A > VSADDR=Y&AVSZI > P=N&AVS=N > > When I process the request through WebDNA, however, I receive > this error (in > store\webmerchant\LastPayFlow_ProHit.txt): > > OHS:

Error:Java not initialized.

> > Is this an error from WebDNA? Does anyone know what would > cause this? I > believe I have my class path and cert path properly configured. > > A possible hint: I notice that the > globals\webmerchant\payflow_pro.inc file > contains this object reference: > > [Text]returnString=[OBJECT > objname=PFProJava&type=1&classpath=[classpath][!] > [/!]&call=testResults[!] > etc... > > But there is no testResults call in PFProJava. > > -Chris > > -----Original Message----- > From: Donovan [mailto:donovan@ns1.ddbproductions.org] > Sent: Friday, September 13, 2002 10:15 AM > To: WebDNA-Talk@talk.smithmicro.com > Subject: Re: Payflow Pro Jar > > Chris List Recipient wrote: > > > Ahhh... the important questions! > > > > I heard that there is a new version with WebDNA 4.5. I > don't if the old > > version will still work or if I am configured for the new > version. I would > > prefer to use the newer version, of course, but I have > reviewed the talk > > archives and see mostly help for the older signio.jar. > > > > I am running WebDNA 4.5 on Windows 2000. > > > > Thanks, > > Chris > > As far as I know the new SDK (available for free download from the PFP > manager > site) works fine with Windows products. > > Donovan > > -- > > -------------------------------------------------------------- > ---------- > > > -------------------------------------------------------------- > ---------- > > <><> Donovan Brooke <><>->ï > > -------------------------------------------------------------- > ---------- > > > -------------------------------------------------------------- > ---------- > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://search.smithmicro.com/ > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://search.smithmicro.com/------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Payflow Pro Jar (Scott Anderson 2002)
  2. Re: Payflow Pro Jar (Chris List Recipient 2002)
  3. Re: Payflow Pro Jar (Donovan 2002)
  4. Re: Payflow Pro Jar (Chris List Recipient 2002)
  5. Re: Payflow Pro Jar (Donovan 2002)
  6. Payflow Pro Jar (Chris List Recipient 2002)
First, the WebDNA engine must be able to load the java.dll to make java calls. So make sure that your environment PATH variable contains a path to that dll.Second, that call you refer to is in the PFProJava_Verisign.java file in the WebCatalogEngine/Globals/WebMerchant folder. If you are using the verisign.jar file, then you must setup your WebMerchant/PaymentProcessors to use the 'PayFlowPro (Verisign)' processor option. Selecting this will set WebMerchant to use the PayFlow_Pro_Verisign.inc file instead of the PayFlow_Pro.inc file.Third, make sure you setup the JavaClassPath pref (in the 'WebCatalog Prefs' file) to include the path to the verisign.jar file and the global/WebMerchant folder. This is explained in the help links on the WebMerchant/PaymentProcessors page.Your class path pref should look something like this: c:\Verisign\payflowpro\java\Verisign.jar;c:\inetpub\scripts\WebCatalogEngine \Globals\WebMerchantYou need to restart the WebDNA engine if the JavaClassPath pref is changed.> -----Original Message----- > From: WebCatalog Talk > [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf > Of Chris List Recipient > Sent: Tuesday, September 17, 2002 10:17 AM > To: WebCatalog Talk > Subject: Re: Payflow Pro Jar > > > I downloaded the PFP SDK and it had verisign.jar as you > suggest. I notice > that WebDNA actually calls PFProJava.class which invokes > Verisign.jar (which > is a JNI stub to PFProJNI.dll). I can successfully invoke > PFProJava from a > command prompt to retrieve these results from Verisign: > > > RESULT=0&PNREF=V63F19044999&RESPMSG=Approved&AUTHCODE=010101&A > VSADDR=Y&AVSZI > P=N&AVS=N > > When I process the request through WebDNA, however, I receive > this error (in > store\webmerchant\LastPayFlow_ProHit.txt): > > OHS:

Error:Java not initialized.

> > Is this an error from WebDNA? Does anyone know what would > cause this? I > believe I have my class path and cert path properly configured. > > A possible hint: I notice that the > globals\webmerchant\payflow_pro.inc file > contains this object reference: > > [text]returnString=[OBJECT > objname=PFProJava&type=1&classpath=[classpath][!] > [/!]&call=testResults[!] > etc... > > But there is no testResults call in PFProJava. > > -Chris > > -----Original Message----- > From: Donovan [mailto:donovan@ns1.ddbproductions.org] > Sent: Friday, September 13, 2002 10:15 AM > To: WebDNA-Talk@talk.smithmicro.com > Subject: Re: Payflow Pro Jar > > Chris List Recipient wrote: > > > Ahhh... the important questions! > > > > I heard that there is a new version with WebDNA 4.5. I > don't if the old > > version will still work or if I am configured for the new > version. I would > > prefer to use the newer version, of course, but I have > reviewed the talk > > archives and see mostly help for the older signio.jar. > > > > I am running WebDNA 4.5 on Windows 2000. > > > > Thanks, > > Chris > > As far as I know the new SDK (available for free download from the PFP > manager > site) works fine with Windows products. > > Donovan > > -- > > -------------------------------------------------------------- > ---------- > > > -------------------------------------------------------------- > ---------- > > <><> Donovan Brooke <><>->ï > > -------------------------------------------------------------- > ---------- > > > -------------------------------------------------------------- > ---------- > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://search.smithmicro.com/ > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://search.smithmicro.com/------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Scott Anderson

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

[WebDNA] removed? (2018) Bug Report, maybe (1997) [Sum] function? (1997) [ModDate] & [ModTime] ? (1997) Showif dates... (2002) [HIDEIF] inside [FOUNDITEM] (1997) graphics server, SSL, Netscape 4.0 (off topic) (1998) RSS Reader - WebDNA (2007) Custom Convertchars Database (2004) Calendar using WebCatalog? (1997) Online Docs for the Beta... (2000) [WebDNA] Successful, working WebDNA7/CentOS install? (2013) wrong authentication (1998) [WebDNA] Encrypted password issue (2009) Sorting problem (1997) Encrypting WebDNA Templates and eligible files (1999) Opinion: [input] should be called [output] ... (1997) Frames and WebCat (1997) Bad/GoodPath.inc and value of [cart]? (2000) More questions about serial number dishing (1997)