1 write to soapAction
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
1922
methodInfo.
soapAction
= opSoap.soapAction;
6 references to soapAction
System.Runtime.Remoting (6)
metadata\wsdlparser.cs (6)
1785
OnewayMethod parsingOWMethod = new OnewayMethod(methodInfo.methodName, methodInfo.
soapAction
, null);
4161
: base (wsdlMethodInfo.methodName, wsdlMethodInfo.
soapAction
, wsdlMethodInfo.methodAttributes, complexType)
4163
Util.Log("RRMethod.RRMethod WsdlMethodInfo name "+wsdlMethodInfo.methodName+" soapAction "+wsdlMethodInfo.
soapAction
);
4290
: base (wsdlMethodInfo.methodName, wsdlMethodInfo.
soapAction
, wsdlMethodInfo.methodAttributes, complexType)
4292
Util.Log("OnewayMethod.OnewayMethod WsdlMethodInfo name "+wsdlMethodInfo.methodName+" soapAction "+wsdlMethodInfo.
soapAction
);
7536
Util.Log(" soapAction "+
soapAction
);