public SoapServiceClient() : base(SoapServiceClient.GetDefaultBinding(), SoapServiceClient.GetDefaultEndpointAddress()) { this.Endpoint.Name = EndpointConfiguration.BasicHttpBinding_ISoapService.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); }