1 reference to soap12Namespace
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
686
FaultException faultException = OperationContext.Current.Host.Credentials.ExceptionMapper.FromException(ex, (requestEnvelopeVersion == EnvelopeVersion.Soap11) ? soap11Namespace :
soap12Namespace
, trustNamespace);