我正在开发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