‎2004 Aug 25 12:47 PM
Hi all,
I encode my XML data to BASE64 format, and post the BASE64 document using HTTP POST Function Module.
Now the problem starts, When I execute HTTP_POST FM I am getting the below message occassionally. Fisrt time the message was Decode error, but reached safely. From second time I get the below error.
<?xml version="1.0"?><PaymentInfoMessageResponse><StatusCode>FAILED</StatusCode><StatusDetail>Other data validation: Wrong XML format -- The markup in the document preceding the root element must be well-formed.</StatusDetail><ResponseItemC
ount>0</ResponseItemCount></PaymentInfoMessageResponse>
regards,
prabhu rajesh.
‎2004 Aug 25 2:56 PM
Hello,
have you tested what data is sent the second time? I found Ethereal really helpful. You can download it for free at http://www.ethereal.com/.
Regards
Gregor