我想在一个简短的C#应用程序中使用一个公共webservice:
检索响应错误。() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.Linq.XDocument.Load(XmlReader
它返回null,但作为响应,我实际上可以看到正确的xml消息。也许有人能看出我的代码出了什么问题。提前谢谢。soap.Descendants(ns + "strTrailerRequest-TrailerResponse").FirstOrDefault().ToString();
var result = Deserialize