Travelport / travelport-uapi-tutorial

The travelport-uapi-tutorial is a Java project for Universal API that will help you connect and code a standard workflow including Air and Hotel.
45 stars 34 forks source link

TPGateway - Request data not found - Request ignored #782

Open gadiandem opened 3 years ago

gadiandem commented 3 years ago

hi travelport, i use you service and test according xample request, but there some issue when Air Booking request and not know what issue is, can you support me about this. Below is my resquest and response i receive when test your service.

<json:object xsi:schemaLocation="http://www.datapower.com/schemas/json jsonx.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:json="http://www.ibm.com/xmlns/prod/2009/jsonx">
    <json:object name="errors">
        <json:object name="error">
            <json:string name="status">400</json:string>
            <json:string name="code">TPGateway - Request data not found - Request ignored -  service name = AirService username = Universal API/uAPI3530284402</json:string>
            <json:string name="detail">TPGateway - Request data not found - Request ignored -  service name = AirService username = Universal API/uAPI3530284402</json:string>
        </json:object>
    </json:object>
</json:object>

AirPriceReq.txt AirPriceRes.txt LowFareSearchReq.txt LowFareSearchRes.txt Air BooingRes.txt Air BookingReq.txt

RicOsiro commented 3 years ago

Hi,

it seems to be error before the processing the message on validating the message. I can see that on AirBooking request the lines

GFB10101ADT00 01LSFWET 0200010002#GFB200010101NADTV3034ET1000300021997N#GFMCER 034NET10 KQ ADTLSFWET GFB10101ADT00 01HSFWET 0200010002#GFB200010101NADTV3034ET1000300021997N#GFMCER 034NET10 KQ ADTHSFWET but the namespace "common_v50_0" wasn't declare before, it was "com" on others xml elements.