大家好,刚刚接触web service,请教一个关于返回自定义类的问题
自定义类格式如下:
<Serializable()> Public Class Response
Public Result As Integer
Public bbb As DataList
End Class
返回值是此类的对象,在调用端生成的xml中,下面这句是系统自动添加的?可以在代码中控制或者不生成这些内容吗?
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org/WebService/WebService">