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