ASP And Worldpay Callback
My understanding is that after a transaction Worldpay will send the
result's to a specified URL. All of the scripts I've looked at parse
the query string and display the data onto a web-page, which obviously
renders a page, as there is no one to read this and it does not go to
the client I'm not sure what use these scripts are.
I have a couple of general ASP questions if anyone has a solution
How do you make a call to an asp page that updates a database but does
not render a page? I'm probably being dumb but what does the url look
like? I.E can I make a call direclty to a web-service to update my DB.
I'm running dot.net framework 1.1, MCMS 2002 and using visual studion
202
View Replies
I am writing a script that requires two actions performed on the same page.upload pictures and store them on the server & 2) Send all of the variables from the WebForm to the WorldPay servers via the POST method. I am aware of the Server.Transfer and Response.Redirect methods but neither of these will do what I want.
Are there any soluitions out there in C# that I can used to do this easily( running out of time on this project!)?
View Replies
View Related
I'm having the simplest of problems we've implemented worldpay and as you might know worldpay doesn't allow you to enter more than one item at a time. I want to allow the user to enter say quantity 2 and then calculate the value say 15.00 and then add the result into the worldpay code.
View Replies
View Related
I would like to be able to make callback function in ASP VBScript. Last time when i saw it was impossible...
Is something changed in this area now? Maybe workarounds?
View Replies
View Related
I keep getting a callback error with my Cactushop software everytime a customer places an order. Everytime an order goes through I get an email from my shopping cart software like the following and so no details in the back end get updated ie stock, payment confirmation etc :[B]An error has occurred whilst performing a callback. The details below outline
the error. Please check your gateway config settings.
Description: Type mismatch
Error Source: Microsoft VBScript runtime error
Page: /PAYPAL_callback.asp
Stage: 5
CactuShop Version: 5.1
Server Variables:
- ALL_HTTP : HTTP_CONTENT_LENGTH:869
HTTP_CONTENT_TYPE:application/x-www-form-urlencoded
[...removed by moderator...]
View Replies
View Related
We have an asp.net application that will also use MSMQ. When a client makes
a request, we want to check several databases and put each response in MSMQ.
We don't want the client to wait for all responses to come back. We were
wondering if there is some component that will sit on the client and listen
for call backs from the the server. We are also concidering using AJAX to
poll MSMQ every 5 seconds and show any new responses. Has anyone had any
experience with this?
View Replies
View Related