2 writes to DuplicateBySoapAction
System.Web.Services (2)
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
135operation.DuplicateBySoapAction = duplicateActionOperation; 136duplicateActionOperation.DuplicateBySoapAction = operation;
2 references to DuplicateBySoapAction
System.Web.Services (2)
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
158if (operation.DuplicateBySoapAction != null) 159throw new InvalidOperationException(Res.GetString(Res.TheMethodsAndUseTheSameRequestElementAndSoapActionXmlns6, operation.Method.name, operation.DuplicateByRequestElement.Method.name, operation.Method.requestElementName.Name, operation.Method.requestElementName.Namespace, operation.DuplicateBySoapAction.Method.name, operation.Method.action));