public void wStart1(string gid) { var proxy = new System.ServiceModel.ChannelFactory <Common.ServiceContracts.ICreditoValeService>("*").CreateChannel(); proxy.Update(Guid.Parse(gid), 0); }