public VIISPServiceOperations() { AuthenticationServiceClient client = new AuthenticationServiceClient("ExternalAuthenticationServiceImplPort"); client.Endpoint.Behaviors.Add( new SimpleEndpointBehavior() ); client.Open(); proxy = client; }