C# Amadeus:飞行响应错误的行程构建请求”;17“会议“目的地无协议”;

C# Amadeus:飞行响应错误的行程构建请求”;17“会议“目的地无协议”;,c#,wcf,.net-core,amadeus,C#,Wcf,.net Core,Amadeus,我在Amadues Web SOAP请求中遇到问题。我尝试为航班创建预订,但不断出现以下错误 “17 |会议|未就目的地达成协议” 以下是我的代码(C#.NET Core 3.1): 堆栈跟踪: at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.Servi

我在Amadues Web SOAP请求中遇到问题。我尝试为航班创建预订,但不断出现以下错误

“17 |会议|未就目的地达成协议”

以下是我的代码(C#.NET Core 3.1):

堆栈跟踪:

 at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
   at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
   at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResult asyncResult)
位于System.ServiceModel.Channels.ServiceChannel.HandlerReply(ProxyOperationRuntime操作,ProxyRpc&rpc)
位于System.ServiceModel.Channels.ServiceChannel.EndCall(字符串操作,对象[]输出,IAsyncResult结果)
在System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.c\uu DisplayClass1\u 0.b\uu 0(IAsyncResult asyncResult)

Amadeus web服务(仅限SOAP)目前不适用于.NET Core,您需要使用native.NETBut。但一些教程网站说,我们可以通过.NET Core中的“添加连接服务”来添加SOAP WSDL是的,我尝试过,因为这是我的理解。然而,我开始得到标题错误,然后Amadeus建议.NET Core不能与他们的SOAP web服务一起工作,之后,我没有要求进一步的信息,我有一个最后期限要满足!您可以随时向Amadeus的联系人询问为什么它不起作用。Amadeus web服务(仅限SOAP)目前不适用于.NET Core,您需要使用native.NETBut。但一些教程网站说,我们可以通过.NET Core中的“添加连接服务”来添加SOAP WSDL。是的,我试过了,因为这是我的理解。然而,我开始得到标题错误,然后Amadeus建议.NET Core不能与他们的SOAP web服务一起工作,之后,我没有要求进一步的信息,我有一个最后期限要满足!您可以随时询问Amadeus的联系人,以获取更多信息,了解它为什么不起作用
System.AggregateException: 'Event ServiceChannelBeginCallStart (with ID 704) has the same task/opcode pair as event ServiceChannelCallStart (with ID 703). 17|Session|No agreement on destination
 at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
   at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
   at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResult asyncResult)