Hi guys

I have a secure payment gateway which uses something called Xpay.
Basically, my application passes an xml string of the credit card details
to the Xpay client program on an internal port (5000). The Xpay client
then communicates with the secure payment gateway on a secured port
(6000), then returns 1 or 0 to whether payment has been successful.

I can create the xml string, thats fine, but how do i pass this to port
5000 to the xml client. I presume i will have to open the port, send the
xml down it, then listen for a response.

I think i would have to use java, and i think i have seen a cfx tag for
this but i cannot find it anywhere.

Also, how do i get my application to pause while it waits for a response
or will my app simply wait for a given time (which i will probably have to
set) before it closes the port and continues processing (in case of a non
response)

Any help will be greatly appreciated 

By the way barry thanks for answering my question on asp collections :-)

jamo

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to