8 references to IWcfSoapService
Contract.XmlSerializer.IntegrationTests (4)
XmlSerializerFormatSoapTest.cs (4)
80private static void RunWcfSoapServiceTest(Action<IWcfSoapService> testMethod) 84ChannelFactory<IWcfSoapService> factory; 85IWcfSoapService serviceProxy = null; 92factory = new ChannelFactory<IWcfSoapService>(binding, endpointAddress);
dotnet-svcutil.xmlserializer.IntegrationTests (4)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatSoapTest.cs (4)
80private static void RunWcfSoapServiceTest(Action<IWcfSoapService> testMethod) 84ChannelFactory<IWcfSoapService> factory; 85IWcfSoapService serviceProxy = null; 92factory = new ChannelFactory<IWcfSoapService>(binding, endpointAddress);