Open srikanthtravel opened 7 years ago
Hi srikanthtravel,
After you add the WebServiceReferrence for the LowFareSearchRequest, you may be able to send the username and password using the created object. AirLowFareSearchPortTypeClient client = new AirLowFareSearchPortTypeClient("AirLowFareSearchPort", WsdlService.AIR_ENDPOINT); client.ClientCredentials.UserName.UserName = "Your username";
Thank you, B.Rgds, Niranda
Hi srikanthtravel,
You can also add the credentials in the app.config for global use through out the application. Please let us know how it goes. Thanks.
Hi am developing worldspan flights website using asp.net c# i have consumed the web services of air now i wanted to know where can i include username and password in xml LowFareSearchReq while sending XML https request to your API.