Hi
FlightXML3SoapClient client = new FlightXML3SoapClient();
client.ClientCredentials.UserName.UserName = “xxx”;
client.ClientCredentials.UserName.Password = “xxx”;
AirportBoardsRequest req = new AirportBoardsRequest();
req.airport_code = "ZBTJ";
FindFlightStruct res = client.FindFlight("ZBTJ", "ZPPP",false,"", "",10, 0);
Get the data server using the above code to return a 401 error ,Please help me