❗ Error: WrongXMLStructure = 102
Response Example :
<Error code="102"><![CDATA[Error Parsing XML. Wrong Structure!]]></Error>
Example with debug details:
<DebugError incident="102" timestamp="2025-09-19 14:09:15"><![CDATA[The following process did not complete in an orderly manner - BOOKING_VALUATION_REQUEST
The following may help resolve the issue: The request XML was not formatted correctly: Unexpected end of file has occurred. The following elements are not closed: Root. Line 13, position 1.
What it means
Your request XML is malformed or not compliant with the expected schema/structure, so it could not be parsed.
Relevant to all API methods.
Common reasons
1-Unclosed or mismatched tags (e.g., <Root> opened but not closed.
2-Unexpected/misplaced elements
3-Missing mandatory nodes/attributes required by the method.
4-Extra fields not recognized by the API.
5-Invalid characters
Note: The DebugError usually points to the exact spot and reason (line/column, element name, or process stage).
Resolution / How to fix
1-Read the DebugError carefully
Identify the reported element/line and fix unclosed/misplaced tags or invalid nodes.
2-Compare your payload with sample request for this method.
3- Remove unsupported fields
4-Please check the structure examples on our sandbox https://sandbox.apiservice.goglobal.travel/