I am using Visual Studio 2010 Professional. Is there a way for me to debug the XML web service from Visual Studio so I can see how the internal XML is created??
我正在使用Visual Studio 2010 Professional。有没有办法让我从Visual Studio调试XML Web服务,这样我就可以看到内部XML是如何创建的?
1 个解决方案
#1
1
You cannot see how the XML is created because it is created by the serialization mechanism.
您无法看到XML是如何创建的,因为它是由序列化机制创建的。
#1
1
You cannot see how the XML is created because it is created by the serialization mechanism.
您无法看到XML是如何创建的,因为它是由序列化机制创建的。