• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Call a Perl Script From JSP

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

I am developing an online ticket booking sytem in JSP wherein i have to deal with credit card authentication.
Now i have communicated with a third pary vendor that performs all merchant services.
This third party vendor provides Perl/PHP Scripts, which it asks to run from my JSP so that all the confidential information is transferred securely through the network using public/private keys.

Now i downloaded a Perl script. I have to call that Perl Script from my JSP page and encrypt the information on my JSP page with that Perl Script and send it to the third party server.
Please let me know..how do i make a call to Perl Script from JSP...or even an call to PHP script from JSP.
any help is appreciated. thanks in advance.
Chintan Shah
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic