我想删除添加到我的服务响应中的默认xmlns(命名空间)(参见下图) alt text http://i40.tinypic.com/2corjac.png 有没有办法做到这一点?这是因为为了从C#windows应用程序中使用此服务,我必须将命名空
alt text http://i40.tinypic.com/2corjac.png
有没有办法做到这一点?这是因为为了从C#windows应用程序中使用此服务,我必须将命名空间添加到每个数据对象的标题 – 我将序列化的DataContract.
我想如果你只是用[DataContract(Namespace="")]
在Bookmarks类上,应该这样做.
我刚试过这个并得到以下内容:
<CompositeType xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <BoolValue>true</BoolValue> <StringValue>Hello </StringValue> </CompositeType>