I'm implementing a connection with Ogone (a payment provider). This service needs a webpage it can call to update paymentstatus. This can be days later then when the payment was started by the user. The status of the payment is send in several url parameters.
I want this webpage to be an Ebase form. But unfortunately it doesn't work. That's because Ogone sends 1 request (post or get) to the page. It doesn't handle the default page reload of Ebase checking the browser capability's.
So, the script that is defined as before form script, is not run.
Is there a way to prevent this reload from happening?
Or is it possible to start a form from a JSP page without user interaction, like from the Ebase Scheduler? Then Ogone calls the JSP, which collect's the url parameters and then invokes the form to handle these parameters.
I could not find this in the documentation of Ebase.
Of course, any other solution for this problem is welcome as well

Regards,
David