2 writes to DuplicateBySoapAction
System.Web.Services (2)
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
135
operation.
DuplicateBySoapAction
= duplicateActionOperation;
136
duplicateActionOperation.
DuplicateBySoapAction
= operation;
2 references to DuplicateBySoapAction
System.Web.Services (2)
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
158
if (operation.
DuplicateBySoapAction
!= null)
159
throw 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));