first data global gateway API - invalid XML problem
- by B.Georg
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