当我请求入场券时,我会收到以下错误
“票证发出时主机错误。无效的ND链接”
我发出的请求是
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<air:AirTicketingReq xmlns:air="http://www.travelport.com/schema/air_v35_0" AuthorizedBy="Travelport" BulkTicket="false" ReturnInfoOnFail="true" TargetBranch="P7038833" TraceId="trace">
<com:BillingPointOfSaleInfo xmlns:com="http://www.travelport.com/schema/common_v35_0" OriginApplication="UAPI"/>
<air:AirReservationLocatorCode>K8H3JM</air:AirReservationLocatorCode>
</air:AirTicketingReq>
</soapenv:Body>
我应该包括其他信息吗?
发布于 2017-07-05 10:08:12
您需要与帐户经理联系:“请与您的Travelport帐户经理联系,要求您提供试驾凭证,并在上面提供票务服务。”
https://github.com/Travelport/travelport-uapi-tutorial/issues/118
https://stackoverflow.com/questions/37897308
复制相似问题