first data global gateway API - invalid XML problem
Posted
by
B.Georg
on Stack Overflow
See other posts from Stack Overflow
or by B.Georg
Published on 2010-12-30T19:08:59Z
Indexed on
2010/12/30
19:53 UTC
Read the original article
Hit count: 252
Xml
Hello,
i am implementing the First Data Global Gateway API into a Java E-Commerce Web application. The problem that i have is that I get an error message
SGS-020003: Invalid XML
returned from the staging.linkpt.net server. By switching the optional entities off, I managed to locate the problematic entity. It is the Shipping entity. I have the following data inside it:
<shipping>
<zip>10105</zip>
<phone>123456789</phone>
<email>[email protected]</email>
<name>DJBla</name> <state>NY</state>
<address1>some city</address1>
<address2>suite 6</address2>
<city>New York</city>
<country>US</country>
</shipping>
According to the First Data Global Gateway User Manual Version 1.1 everything is correct with my XML. Would anyone have an idea where the error could be?
Kind Regards,
B.Georg
© Stack Overflow or respective owner