将SOAP转换为C#类的麻烦

时间:2017-05-06 09:45:02

标签: c# web-services soap amadeus

我正在开发Web服务(SOAP),但我无法引用Web应用程序 我正在尝试序列化响应SOAP按摩,但我收到此错误:

http://schemas.xmlsoap.org/soap/envelope/'>没想到

我正在使用这个:

  XmlSerializer serializer = new XmlSerializer(typeof(SearchFlightResponse));                       
        SearchFlightResponse result = (SearchFlightResponse)serializer.Deserialize(XmlReader.Create("file:///D:/SR_response.xml"));

这是SOAP响应:XML

0 个答案:

没有答案