詳細:
インターフェイス コントラクト:
[OperationContract]
[WebGet(UriTemplate = "test")]
TestType TestOperation();
タイプ定義:
[System.Xml.Serialization.XmlRoot(ElementName = "Test", Namespace="http://test.net/", IsNullable=false)]
public partial class TestType {
実結果:
<TestType xmlns=http://schemas.datacontract.org/2004/07/ …
期待される結果:
<Test xmlns= http://test.net/ …
お知らせ下さい。