2 references to GetSoapServiceRoutingStyle
System.Web.Services (2)
System\Web\Services\Protocols\SoapReflector.cs (1)
374if (GetSoapServiceRoutingStyle(serviceAttr) == SoapServiceRoutingStyle.RequestElement &&
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
72routingOnSoapAction = SoapReflector.GetSoapServiceRoutingStyle(soapServiceAttribute) == SoapServiceRoutingStyle.SoapAction;