1 write to namespaceUri
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
1445soapBody.namespaceUri = LookupAttribute(s_namespaceString, null, false);
7 references to namespaceUri
System.Runtime.Remoting (7)
metadata\wsdlparser.cs (7)
1965if (body.namespaceUri != null || body.namespaceUri.Length > 0) 1966methodInfo.inputMethodNameNs = body.namespaceUri; 1973if (body.namespaceUri != null || body.namespaceUri.Length > 0) 1974methodInfo.outputMethodNameNs = body.namespaceUri; 7282Util.Log(" namespaceUri "+namespaceUri);