This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
下面的 soapresponsexmldocument 将只打印 xml 而不是 xsd
Dim soapResponseXmlDocument = New XmlDocument()
soapResponseXmlDocument.LoadXml(streamReader.ReadToEnd())
TextBox1.Text = Server.HtmlDecode(soapResponseXmlDocument.InnerXml)