.NET SVCUTIL does not generate namespaces properly
问题 I have a WSDL document with 2 namespaces, and I am trying to generate proxy classes using SVCUTIL.EXE. For some reason, in the generated code the types get placed into default namespace, not in the correct name for mapping provided. Here is my WSDL: <?xml version='1.0' encoding='UTF-8'?> <wsdl:definitions name="TestService" targetNamespace="My.Namespace.1" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="My.Namespace.1" xmlns:wsdl=