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