in reply to Problems sending XML to webserver
So it now appears that the payment server recieves the request fine, and response fine, but for some reason, when the requesting server recieves the response, something goes wrong, and I have no idea why. Hopefully this extra info will give someone else an idea.Content-Type: text/xml <?xml version="1.0"?> <PaymentResponse> <PAY_AVS_RESPONSE>Y</PAY_AVS_RESPONSE> <PAY_CVV2_RESPONSE>M</PAY_CVV2_RESPONSE> <PAY_AUTH_RESPONSE>APPROVED</PAY_AUTH_RESPONSE> <PAY_STATUS>1</PAY_STATUS> <PAY_APPROVAL>123456</PAY_APPROVAL> <PAY_RESPONSE>APPROVED</PAY_RESPONSE> </PaymentResponse>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Problems sending XML to webserver
by antirice (Priest) on Aug 21, 2003 at 18:35 UTC | |
by tcf22 (Priest) on Aug 21, 2003 at 21:15 UTC | |
by tcf22 (Priest) on Aug 21, 2003 at 19:48 UTC |