public OrderDocumentService2Client()
 {
     stub                 = new OrderDocumentService();
     stub.Credentials     = new System.Net.NetworkCredential(WEBSERVICE_LOGIN, WEBSERVICE_PASSWORD);
     stub.PreAuthenticate = true;
     stub.Url             = WEBSERVICE_URL;
 }
		public OrderDocumentServiceClient()
		{
			stub = new OrderDocumentService();
			stub.Credentials = new System.Net.NetworkCredential(WEBSERVICE_LOGIN, WEBSERVICE_PASSWORD);
			stub.PreAuthenticate = true;
			stub.Url = WEBSERVICE_URL;
		}