XML Interface - Credit Card

vsharma013

Member
Hi All
Working on creating a credit card interface with third party software. They accept XML feeds for authorization and settlement of charges. I have to do this interactive...i.e...when the user is enetering the prepayments in JDE ....get the card authorized or HOLD the order.

Please help. My questions:
1. I have the format needed for the 3rd party. how do I spit out a XML feed. I was thinking write a custom C function. But how do I send it to the 3rd party.

2. If they send a response back, how do I read it interactively. Again, should I use a C function to do that.

3. Can I use the native JDE XML interop capabilities, to bring it close to real time. Has anyone done that. If so please help out in understanding it.

thanks in advance....
 
Back
Top