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

Not getting Hotel rate info #532

Open mtsikevich opened 6 years ago

mtsikevich commented 6 years ago

Hi

I am not getting hotel rate info.

Request { "hotelCode": "60630", "hotelChain": "WV", "baseAmount": "", "roomRatePlanType": "", "corporateDiscountId": null, "hotelName": "THE MASLOW HOTEL", "checkInTime": "2018-05-20T10:00:00", "checkOutTime": "2018-05-21T10:00:00" }

Response { "hotelRateDetail": null, "hotelRuleItem": null, "hotelType": null, "responseMessage": [ { "code": "5000", "type": 0, "typeSpecified": true, "providerCode": null, "supplierCode": null, "value": "0176 BOOKING CODE IS NOT STORED ON ROOMMASTER" } ], "traceId": null, "transactionId": "71FF214E0A076478E5BAA4E1B08A5FC9", "responseTime": "12221", "commandHistory": null }

Username: Universal API/uAPI5461117634-a2df55d9

vivekjyotipramanik commented 6 years ago

Hi TumeloMotsikelane,

We need the exact Request XML and the Response XML which you are getting from UAPI. UAPI is a SOAP XMl Web Service, but the request and response you have added here is JSON, which means you are using sokme wrapper to convert it to JSON. We need the exact request and response xml to analyze the issue. Thanks.