var binding = new System.ServiceModel.BasicHttpBinding();
binding.OpenTimeout =
binding.ReceiveTimeout =
var service = new 服务对象类(binding, new System.ServiceModel.EndpointAddress("服务地址Url"));
try
{
service.调用方法
}
catch(Exception)
{
//todo: 调用另外一个webservice
}
个人个人各个个人如果