I am attempting to set up an Internet Shop Payment App.
The shopping cart is written and doing the right things but I have hit that wall, where I can't see the wood for the trees.
The required script needs to gather the info from a submitted HTML form, store the details locally and then run a java servlet to create a security feature.
The data and the created security feature are then posted to the bank for the payment process to take place.
Once the payment has been processed the visitor is redirected to another page and the store (us) receive a return post with all the relevant transaction codes to tell us the status of the payment etc.
Sounds impressive but I have a problem.
How do I call the java servlet?
Do I need to set the permissions for the java files?
Do Java files need to be compiled?
How do I redirect the script to the bank's URL?
The rest of it has been proved and works well but I need help with this bit.
I realise that some of my questions are off topic but I would be grateful if someone would assist me with the redirection part.
Thanks
Keith
The shopping cart is written and doing the right things but I have hit that wall, where I can't see the wood for the trees.
The required script needs to gather the info from a submitted HTML form, store the details locally and then run a java servlet to create a security feature.
The data and the created security feature are then posted to the bank for the payment process to take place.
Once the payment has been processed the visitor is redirected to another page and the store (us) receive a return post with all the relevant transaction codes to tell us the status of the payment etc.
Sounds impressive but I have a problem.
How do I call the java servlet?
Do I need to set the permissions for the java files?
Do Java files need to be compiled?
How do I redirect the script to the bank's URL?
The rest of it has been proved and works well but I need help with this bit.
I realise that some of my questions are off topic but I would be grateful if someone would assist me with the redirection part.
Thanks
Keith