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