5 references to VersionMismatchFaultCode
System.Web.Services (5)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
157
return SoapException.
VersionMismatchFaultCode
;
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
657
throw new SoapException(Res.GetString(Res.WebInvalidEnvelopeNamespace, envelopeNs, EnvelopeNs), SoapException.
VersionMismatchFaultCode
);
System\Web\Services\Protocols\SoapException.cs (1)
78
return code ==
VersionMismatchFaultCode
|| code == Soap12FaultCodes.VersionMismatchFaultCode;
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
557
throw new SoapException(Res.GetString(Res.WebInvalidEnvelopeNamespace, requestNamespace, helper.EnvelopeNs), SoapException.
VersionMismatchFaultCode
);
564
throw new SoapException(Res.GetString(Res.WebInvalidEnvelopeNamespace, requestNamespace, expectedNamespace), SoapException.
VersionMismatchFaultCode
);