-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
availability error #613
Comments
Same issue :( Input params {
Response SOAP: <SOAP:Envelope |
any update on this issue? |
Hello @MohammaedAlani, thank you for your request! I've checked the documentation, and it still states, Write me back if you have any other questions. Thank you, and have a nice day! |
payload : HotelService.search({ Response SOAP: <SOAP:Envelope |
Actually in PreferredCabins tags only support one child tag (CabinClass) <air:AirLegModifiers > |
Service :
AirService.availability({
legs: [{
from: 'KHI',
to: 'DXB',
departureDate: '2023-01-10'
}],
passengers: {
ADT: 1,
INF: 0,
CNN: 0,
},
cabins: ['Business', 'Economy'],
allowDirectAccess: false,
});
Response:
Response SOAP: <SOAP:Envelope
xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
SOAP:Body
SOAP:Fault
Server.Data
Error unmarshalling message body: Expected "{http://www.travelport.com/schema/air_v52_0}PreferredCabins" end tag, found "{http://www.travelport.com/schema/common_v52_0}CabinClass" start tag (line 23, col 57, in UTF-8)
<common_v52_0:ErrorInfo
xmlns:common_v52_0="http://www.travelport.com/schema/common_v52_0">
<common_v52_0:Code>1005</common_v52_0:Code>
<common_v52_0:Service>WEBSVC</common_v52_0:Service>
<common_v52_0:Type>Data</common_v52_0:Type>
<common_v52_0:Description>Unable to parse XML stream</common_v52_0:Description>
<common_v52_0:TransactionId>920C0E750A0D6A9270CC6884D25408DF</common_v52_0:TransactionId>
<common_v52_0:TraceId/>
</common_v52_0:ErrorInfo>
</SOAP:Fault>
</SOAP:Body>
</SOAP:Envelope>
err RequestRuntimeError.UAPIServiceError: UAPI Service responded with an error
The text was updated successfully, but these errors were encountered: