
// javascript proxy for webservices
// by Matthias Hertel
/*  */

proxies.AjaxFunc = {
url: "http://www.basque-bondissant.com/ws/AjaxFunc.asmx",
ns: "http://tempuri.org/"
} // proxies.AjaxFunc

proxies.AjaxFunc.DeleteEvent = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.DeleteEvent.fname = "DeleteEvent";
proxies.AjaxFunc.DeleteEvent.service = proxies.AjaxFunc;
proxies.AjaxFunc.DeleteEvent.action = "http://tempuri.org/DeleteEvent";
proxies.AjaxFunc.DeleteEvent.params = ["IdEvent"];
proxies.AjaxFunc.DeleteEvent.rtype = ["DeleteEventResult"];

proxies.AjaxFunc.Suppr_Obj = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.Suppr_Obj.fname = "Suppr_Obj";
proxies.AjaxFunc.Suppr_Obj.service = proxies.AjaxFunc;
proxies.AjaxFunc.Suppr_Obj.action = "http://tempuri.org/Suppr_Obj";
proxies.AjaxFunc.Suppr_Obj.params = ["IdObj:int"];
proxies.AjaxFunc.Suppr_Obj.rtype = ["Suppr_ObjResult"];

proxies.AjaxFunc.Rech_arret = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.Rech_arret.fname = "Rech_arret";
proxies.AjaxFunc.Rech_arret.service = proxies.AjaxFunc;
proxies.AjaxFunc.Rech_arret.action = "http://tempuri.org/Rech_arret";
proxies.AjaxFunc.Rech_arret.params = ["nomVille"];
proxies.AjaxFunc.Rech_arret.rtype = ["Rech_arretResult"];

proxies.AjaxFunc.RecupArret = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.RecupArret.fname = "RecupArret";
proxies.AjaxFunc.RecupArret.service = proxies.AjaxFunc;
proxies.AjaxFunc.RecupArret.action = "http://tempuri.org/RecupArret";
proxies.AjaxFunc.RecupArret.params = ["IdLigne"];
proxies.AjaxFunc.RecupArret.rtype = ["RecupArretResult"];

proxies.AjaxFunc.AfficheLigne = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.AfficheLigne.fname = "AfficheLigne";
proxies.AjaxFunc.AfficheLigne.service = proxies.AjaxFunc;
proxies.AjaxFunc.AfficheLigne.action = "http://tempuri.org/AfficheLigne";
proxies.AjaxFunc.AfficheLigne.params = ["IdLigne","date"];
proxies.AjaxFunc.AfficheLigne.rtype = ["AfficheLigneResult"];

proxies.AjaxFunc.Rech_ligne_arret = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.Rech_ligne_arret.fname = "Rech_ligne_arret";
proxies.AjaxFunc.Rech_ligne_arret.service = proxies.AjaxFunc;
proxies.AjaxFunc.Rech_ligne_arret.action = "http://tempuri.org/Rech_ligne_arret";
proxies.AjaxFunc.Rech_ligne_arret.params = ["idArret:int"];
proxies.AjaxFunc.Rech_ligne_arret.rtype = ["Rech_ligne_arretResult"];

proxies.AjaxFunc.Rech_horaire_arret = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.Rech_horaire_arret.fname = "Rech_horaire_arret";
proxies.AjaxFunc.Rech_horaire_arret.service = proxies.AjaxFunc;
proxies.AjaxFunc.Rech_horaire_arret.action = "http://tempuri.org/Rech_horaire_arret";
proxies.AjaxFunc.Rech_horaire_arret.params = ["idArret:int","idLigne:int"];
proxies.AjaxFunc.Rech_horaire_arret.rtype = ["Rech_horaire_arretResult"];

proxies.AjaxFunc.Final_arret = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.Final_arret.fname = "Final_arret";
proxies.AjaxFunc.Final_arret.service = proxies.AjaxFunc;
proxies.AjaxFunc.Final_arret.action = "http://tempuri.org/Final_arret";
proxies.AjaxFunc.Final_arret.params = ["idhoraire","date"];
proxies.AjaxFunc.Final_arret.rtype = ["Final_arretResult"];

proxies.AjaxFunc.ChoixVilleDepart = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChoixVilleDepart.fname = "ChoixVilleDepart";
proxies.AjaxFunc.ChoixVilleDepart.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChoixVilleDepart.action = "http://tempuri.org/ChoixVilleDepart";
proxies.AjaxFunc.ChoixVilleDepart.params = ["ville"];
proxies.AjaxFunc.ChoixVilleDepart.rtype = ["ChoixVilleDepartResult"];

proxies.AjaxFunc.ChoixVilleDepartArret = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChoixVilleDepartArret.fname = "ChoixVilleDepartArret";
proxies.AjaxFunc.ChoixVilleDepartArret.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChoixVilleDepartArret.action = "http://tempuri.org/ChoixVilleDepartArret";
proxies.AjaxFunc.ChoixVilleDepartArret.params = ["ville"];
proxies.AjaxFunc.ChoixVilleDepartArret.rtype = ["ChoixVilleDepartArretResult"];

proxies.AjaxFunc.RechercheItineraire = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.RechercheItineraire.fname = "RechercheItineraire";
proxies.AjaxFunc.RechercheItineraire.service = proxies.AjaxFunc;
proxies.AjaxFunc.RechercheItineraire.action = "http://tempuri.org/RechercheItineraire";
proxies.AjaxFunc.RechercheItineraire.params = ["arretDepart","arretArrive","date"];
proxies.AjaxFunc.RechercheItineraire.rtype = ["RechercheItineraireResult"];

proxies.AjaxFunc.ChoixExcur = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChoixExcur.fname = "ChoixExcur";
proxies.AjaxFunc.ChoixExcur.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChoixExcur.action = "http://tempuri.org/ChoixExcur";
proxies.AjaxFunc.ChoixExcur.params = ["excursion"];
proxies.AjaxFunc.ChoixExcur.rtype = ["ChoixExcurResult"];

proxies.AjaxFunc.VerifExcur = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.VerifExcur.fname = "VerifExcur";
proxies.AjaxFunc.VerifExcur.service = proxies.AjaxFunc;
proxies.AjaxFunc.VerifExcur.action = "http://tempuri.org/VerifExcur";
proxies.AjaxFunc.VerifExcur.params = ["idExcursion"];
proxies.AjaxFunc.VerifExcur.rtype = ["VerifExcurResult"];

proxies.AjaxFunc.ChercheLigneAller = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheLigneAller.fname = "ChercheLigneAller";
proxies.AjaxFunc.ChercheLigneAller.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheLigneAller.action = "http://tempuri.org/ChercheLigneAller";
proxies.AjaxFunc.ChercheLigneAller.params = ["idExcursion","date"];
proxies.AjaxFunc.ChercheLigneAller.rtype = ["ChercheLigneAllerResult"];

proxies.AjaxFunc.ChercheLignePampelune = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheLignePampelune.fname = "ChercheLignePampelune";
proxies.AjaxFunc.ChercheLignePampelune.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheLignePampelune.action = "http://tempuri.org/ChercheLignePampelune";
proxies.AjaxFunc.ChercheLignePampelune.params = ["idVille","date","ar", "ligne"];
proxies.AjaxFunc.ChercheLignePampelune.rtype = ["ChercheLignePampeluneResult"];

proxies.AjaxFunc.ChercheLigneRetourEvent = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheLigneRetourEvent.fname = "ChercheLigneRetourEvent";
proxies.AjaxFunc.ChercheLigneRetourEvent.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheLigneRetourEvent.action = "http://tempuri.org/ChercheLigneRetourEvent";
proxies.AjaxFunc.ChercheLigneRetourEvent.params = ["idVille","date"];
proxies.AjaxFunc.ChercheLigneRetourEvent.rtype = ["ChercheLigneRetourEventResult"];

proxies.AjaxFunc.AfficheTarifEvent = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.AfficheTarifEvent.fname = "AfficheTarifEvent";
proxies.AjaxFunc.AfficheTarifEvent.service = proxies.AjaxFunc;
proxies.AjaxFunc.AfficheTarifEvent.action = "http://tempuri.org/AfficheTarifEvent";
proxies.AjaxFunc.AfficheTarifEvent.params = ["idArret"];
proxies.AjaxFunc.AfficheTarifEvent.rtype = ["AfficheTarifEventResult"];

proxies.AjaxFunc.GetTarif = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetTarif.fname = "GetTarif";
proxies.AjaxFunc.GetTarif.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetTarif.action = "http://tempuri.org/GetTarif";
proxies.AjaxFunc.GetTarif.params = ["idArret"];
proxies.AjaxFunc.GetTarif.rtype = ["GetTarifResult"];

proxies.AjaxFunc.Save_resa = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.Save_resa.fname = "Save_resa";
proxies.AjaxFunc.Save_resa.service = proxies.AjaxFunc;
proxies.AjaxFunc.Save_resa.action = "http://tempuri.org/Save_resa";
proxies.AjaxFunc.Save_resa.params = ["cde_desserte","villedep","dateA","cdeA","dateR","cdeR","typebillet","nom","tel","total"];
proxies.AjaxFunc.Save_resa.rtype = ["Save_resaResult"];

proxies.AjaxFunc.ChercheArretNuba = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheArretNuba.fname = "ChercheArretNuba";
proxies.AjaxFunc.ChercheArretNuba.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheArretNuba.action = "http://tempuri.org/ChercheArretNuba";
proxies.AjaxFunc.ChercheArretNuba.params = ["date"];
proxies.AjaxFunc.ChercheArretNuba.rtype = ["ChercheArretNubaResult"];

proxies.AjaxFunc.ChercheHorairesNuba = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheHorairesNuba.fname = "ChercheHorairesNuba";
proxies.AjaxFunc.ChercheHorairesNuba.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheHorairesNuba.action = "http://tempuri.org/ChercheHorairesNuba";
proxies.AjaxFunc.ChercheHorairesNuba.params = ["arret","AR","cdeHor"];
proxies.AjaxFunc.ChercheHorairesNuba.rtype = ["ChercheHorairesNubaResult"];

proxies.AjaxFunc.GetHorExcu = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHorExcu.fname = "GetHorExcu";
proxies.AjaxFunc.GetHorExcu.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHorExcu.action = "http://tempuri.org/GetHorExcu";
proxies.AjaxFunc.GetHorExcu.params = ["arret","date","idExcursion"];
proxies.AjaxFunc.GetHorExcu.rtype = ["GetHorExcuResult"];

proxies.AjaxFunc.ChercheEHZ = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheEHZ.fname = "ChercheEHZ";
proxies.AjaxFunc.ChercheEHZ.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheEHZ.action = "http://tempuri.org/ChercheEHZ";
proxies.AjaxFunc.ChercheEHZ.params = ["date","arret","sens","ligne"];
proxies.AjaxFunc.ChercheEHZ.rtype = ["ChercheEHZResult"];

proxies.AjaxFunc.VilleHasp = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.VilleHasp.fname = "VilleHasp";
proxies.AjaxFunc.VilleHasp.service = proxies.AjaxFunc;
proxies.AjaxFunc.VilleHasp.action = "http://tempuri.org/VilleHasp";
proxies.AjaxFunc.VilleHasp.params = ["arret"];
proxies.AjaxFunc.VilleHasp.rtype = ["VilleHaspResult"];

proxies.AjaxFunc.VerifResa = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.VerifResa.fname = "VerifResa";
proxies.AjaxFunc.VerifResa.service = proxies.AjaxFunc;
proxies.AjaxFunc.VerifResa.action = "http://tempuri.org/VerifResa";
proxies.AjaxFunc.VerifResa.params = ["mail","reference"];
proxies.AjaxFunc.VerifResa.rtype = ["VerifResaResult"];

proxies.AjaxFunc.GetHorIbar = function () { return(proxies.callSoap(arguments)); } 
proxies.AjaxFunc.GetHorIbar.fname = "GetHorIbar"; 
proxies.AjaxFunc.GetHorIbar.service = proxies.AjaxFunc; 
proxies.AjaxFunc.GetHorIbar.action = "http://tempuri.org/GetHorIbar"; 
proxies.AjaxFunc.GetHorIbar.params = ["arret","jourhor","moishor","anneehor"]; 
proxies.AjaxFunc.GetHorIbar.rtype = ["GetHorIbarResult"]; 


proxies.AjaxFunc.GetHorIbarRet = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHorIbarRet.fname = "GetHorIbarRet";
proxies.AjaxFunc.GetHorIbarRet.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHorIbarRet.action = "http://tempuri.org/GetHorIbarRet";
proxies.AjaxFunc.GetHorIbarRet.params = ["idHorRet"];
proxies.AjaxFunc.GetHorIbarRet.rtype = ["GetHorIbarRetResult"];

proxies.AjaxFunc.GetLibel = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetLibel.fname = "GetLibel";
proxies.AjaxFunc.GetLibel.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetLibel.action = "http://tempuri.org/GetLibel";
proxies.AjaxFunc.GetLibel.params = ["codeEvent"];
proxies.AjaxFunc.GetLibel.rtype = ["GetLibelResult"];

proxies.AjaxFunc.GetHoraireBlocageResa = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHoraireBlocageResa.fname = "GetHoraireBlocageResa";
proxies.AjaxFunc.GetHoraireBlocageResa.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHoraireBlocageResa.action = "http://tempuri.org/GetHoraireBlocageResa";
proxies.AjaxFunc.GetHoraireBlocageResa.params = ["codeEvent","lignes","AllerRetour"];
proxies.AjaxFunc.GetHoraireBlocageResa.rtype = ["GetHoraireBlocageResaResult"];

proxies.AjaxFunc.UpdateHoraire = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.UpdateHoraire.fname = "UpdateHoraire";
proxies.AjaxFunc.UpdateHoraire.service = proxies.AjaxFunc;
proxies.AjaxFunc.UpdateHoraire.action = "http://tempuri.org/UpdateHoraire";
proxies.AjaxFunc.UpdateHoraire.params = ["idHoraire","dateblocage"];
proxies.AjaxFunc.UpdateHoraire.rtype = ["UpdateHoraireResult"];

proxies.AjaxFunc.UpdateAllHor = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.UpdateAllHor.fname = "UpdateAllHor";
proxies.AjaxFunc.UpdateAllHor.service = proxies.AjaxFunc;
proxies.AjaxFunc.UpdateAllHor.action = "http://tempuri.org/UpdateAllHor";
proxies.AjaxFunc.UpdateAllHor.params = ["Evt","lignes","allerRetour","dateblocage"];
proxies.AjaxFunc.UpdateAllHor.rtype = ["UpdateAllHorResult"];

proxies.AjaxFunc.GetHorAnoeta = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHorAnoeta.fname = "GetHorAnoeta";
proxies.AjaxFunc.GetHorAnoeta.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHorAnoeta.action = "http://tempuri.org/GetHorAnoeta";
proxies.AjaxFunc.GetHorAnoeta.params = ["arret","CodeEvent","ID"];
proxies.AjaxFunc.GetHorAnoeta.rtype = ["GetHorAnoetaResult"];

proxies.AjaxFunc.GetHorOlaizola = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHorOlaizola.fname = "GetHorOlaizola";
proxies.AjaxFunc.GetHorOlaizola.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHorOlaizola.action = "http://tempuri.org/GetHorOlaizola";
proxies.AjaxFunc.GetHorOlaizola.params = ["arret","CodeEvent"];
proxies.AjaxFunc.GetHorOlaizola.rtype = ["GetHorOlaizolaResult"];

proxies.AjaxFunc.ChercheArretNubaRev = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheArretNubaRev.fname = "ChercheArretNubaRev";
proxies.AjaxFunc.ChercheArretNubaRev.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheArretNubaRev.action = "http://tempuri.org/ChercheArretNubaRev";
proxies.AjaxFunc.ChercheArretNubaRev.params = ["arret"];
proxies.AjaxFunc.ChercheArretNubaRev.rtype = ["ChercheArretNubaRevResult"];

proxies.AjaxFunc.GetHorExpressAeroport = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetHorExpressAeroport.fname = "GetHorExpressAeroport";
proxies.AjaxFunc.GetHorExpressAeroport.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetHorExpressAeroport.action = "http://tempuri.org/GetHorExpressAeroport";
proxies.AjaxFunc.GetHorExpressAeroport.params = ["arret","way", "jr"];
proxies.AjaxFunc.GetHorExpressAeroport.rtype = ["GetHorExpressAeroportResult"];

proxies.AjaxFunc.ChercheLigneBayonne = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheLigneBayonne.fname = "ChercheLigneBayonne";
proxies.AjaxFunc.ChercheLigneBayonne.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheLigneBayonne.action = "http://tempuri.org/ChercheLigneBayonne";
proxies.AjaxFunc.ChercheLigneBayonne.params = ["idVille","date"];
proxies.AjaxFunc.ChercheLigneBayonne.rtype = ["ChercheLigneBayonneResult"];

proxies.AjaxFunc.ActivateLigne = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ActivateLigne.fname = "ActivateLigne";
proxies.AjaxFunc.ActivateLigne.service = proxies.AjaxFunc;
proxies.AjaxFunc.ActivateLigne.action = "http://tempuri.org/ActivateLigne";
proxies.AjaxFunc.ActivateLigne.params = ["ligne","mode", "date", "period"];
proxies.AjaxFunc.ActivateLigne.rtype = ["ActivateLigneResult"];

proxies.AjaxFunc.ChercheLigneAno = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChercheLigneAno.fname = "ChercheLigneAno";
proxies.AjaxFunc.ChercheLigneAno.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChercheLigneAno.action = "http://tempuri.org/ChercheLigneAno";
proxies.AjaxFunc.ChercheLigneAno.params = ["idVille","date"];
proxies.AjaxFunc.ChercheLigneAno.rtype = ["ChercheLigneAnoResult"];