1 write to responseMappings
System.Web.Services (1)
System\Web\Services\Protocols\SoapReflector.cs (1)
431
soapMethod.
responseMappings
= ImportMembersMapping(xmlImporter, soapImporter, serviceDefaultIsEncoded, soapMethod.rpc, soapMethod.use, soapMethod.paramStyle, responseElementName, responseNamespace, methodAttribute.responseNs == null, members, false, false, methodId + ":Response", !client);
10 references to responseMappings
System.Web.Services (10)
System\Web\Services\Description\SoapProtocolReflector.cs (1)
72
CreateMessage(soapMethod.rpc, soapMethod.use, soapMethod.paramStyle, OutputMessage, OperationBinding.Output, soapMethod.
responseMappings
);
System\Web\Services\Protocols\SoapClientProtocol.cs (3)
80
if (soapMethod.
responseMappings
!= null) clientMethod.returnSerializer = serializers[count++];
128
if (soapMethod.
responseMappings
!= null) mappings.Add(soapMethod.
responseMappings
);
System\Web\Services\Protocols\SoapServerMethod.cs (3)
192
if (soapMethod.
responseMappings
!= null) {
193
mappings.Add(soapMethod.
responseMappings
);
267
if (soapMethod.
responseMappings
!= null) {
System\Web\Services\Protocols\SoapServerProtocol.cs (3)
106
if (soapMethod.
responseMappings
!= null) mappings.Add(soapMethod.
responseMappings
);
131
if (soapMethod.
responseMappings
!= null) serverMethod.returnSerializer = serializers[count++];