
// javascript proxy for webservices
// by Matthias Hertel
/*  */

proxies.AjaxFunc = {
url: "http://www.starsolr.com/ws/AjaxFunc.asmx",
ns: "http://tempuri.org/"
} // proxies.AjaxFunc

proxies.AjaxFunc.MiseEnVente = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.MiseEnVente.fname = "MiseEnVente";
proxies.AjaxFunc.MiseEnVente.service = proxies.AjaxFunc;
proxies.AjaxFunc.MiseEnVente.action = "http://tempuri.org/MiseEnVente";
proxies.AjaxFunc.MiseEnVente.params = ["num_article"];
proxies.AjaxFunc.MiseEnVente.rtype = ["MiseEnVenteResult"];

proxies.AjaxFunc.SuspendreVente = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.SuspendreVente.fname = "SuspendreVente";
proxies.AjaxFunc.SuspendreVente.service = proxies.AjaxFunc;
proxies.AjaxFunc.SuspendreVente.action = "http://tempuri.org/SuspendreVente";
proxies.AjaxFunc.SuspendreVente.params = ["num_article"];
proxies.AjaxFunc.SuspendreVente.rtype = ["SuspendreVenteResult"];

proxies.AjaxFunc.DeleteArticle = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.DeleteArticle.fname = "DeleteArticle";
proxies.AjaxFunc.DeleteArticle.service = proxies.AjaxFunc;
proxies.AjaxFunc.DeleteArticle.action = "http://tempuri.org/DeleteArticle";
proxies.AjaxFunc.DeleteArticle.params = ["num_article"];
proxies.AjaxFunc.DeleteArticle.rtype = ["DeleteArticleResult"];

proxies.AjaxFunc.DeleteModele = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.DeleteModele.fname = "DeleteModele";
proxies.AjaxFunc.DeleteModele.service = proxies.AjaxFunc;
proxies.AjaxFunc.DeleteModele.action = "http://tempuri.org/DeleteModele";
proxies.AjaxFunc.DeleteModele.params = ["num_modele"];
proxies.AjaxFunc.DeleteModele.rtype = ["DeleteModeleResult"];

proxies.AjaxFunc.UpdatePanier = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.UpdatePanier.fname = "UpdatePanier";
proxies.AjaxFunc.UpdatePanier.service = proxies.AjaxFunc;
proxies.AjaxFunc.UpdatePanier.action = "http://tempuri.org/UpdatePanier";
proxies.AjaxFunc.UpdatePanier.params = ["num_panier","quantite","num_article","num_element"];
proxies.AjaxFunc.UpdatePanier.rtype = ["UpdatePanierResult"];

proxies.AjaxFunc.DeleteElementPanier = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.DeleteElementPanier.fname = "DeleteElementPanier";
proxies.AjaxFunc.DeleteElementPanier.service = proxies.AjaxFunc;
proxies.AjaxFunc.DeleteElementPanier.action = "http://tempuri.org/DeleteElementPanier";
proxies.AjaxFunc.DeleteElementPanier.params = ["num_panier","num_element"];
proxies.AjaxFunc.DeleteElementPanier.rtype = ["DeleteElementPanierResult"];

proxies.AjaxFunc.IsUsager = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.IsUsager.fname = "IsUsager";
proxies.AjaxFunc.IsUsager.service = proxies.AjaxFunc;
proxies.AjaxFunc.IsUsager.action = "http://tempuri.org/IsUsager";
proxies.AjaxFunc.IsUsager.params = ["e_mail","password"];
proxies.AjaxFunc.IsUsager.rtype = ["IsUsagerResult"];

proxies.AjaxFunc.IsAlwaysUsager = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.IsAlwaysUsager.fname = "IsAlwaysUsager";
proxies.AjaxFunc.IsAlwaysUsager.service = proxies.AjaxFunc;
proxies.AjaxFunc.IsAlwaysUsager.action = "http://tempuri.org/IsAlwaysUsager";
proxies.AjaxFunc.IsAlwaysUsager.params = ["e_mail"];
proxies.AjaxFunc.IsAlwaysUsager.rtype = ["IsAlwaysUsagerResult"];

proxies.AjaxFunc.GetFlAndTotal = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetFlAndTotal.fname = "GetFlAndTotal";
proxies.AjaxFunc.GetFlAndTotal.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetFlAndTotal.action = "http://tempuri.org/GetFlAndTotal";
proxies.AjaxFunc.GetFlAndTotal.params = ["num_panier","lieu"];
proxies.AjaxFunc.GetFlAndTotal.rtype = ["GetFlAndTotalResult"];

proxies.AjaxFunc.DelFraisLivraison = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.DelFraisLivraison.fname = "DelFraisLivraison";
proxies.AjaxFunc.DelFraisLivraison.service = proxies.AjaxFunc;
proxies.AjaxFunc.DelFraisLivraison.action = "http://tempuri.org/DelFraisLivraison";
proxies.AjaxFunc.DelFraisLivraison.params = ["num_panier","lieu"];
proxies.AjaxFunc.DelFraisLivraison.rtype = ["DelFraisLivraisonResult"];

proxies.AjaxFunc.AddChequeCadeau = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.AddChequeCadeau.fname = "AddChequeCadeau";
proxies.AjaxFunc.AddChequeCadeau.service = proxies.AjaxFunc;
proxies.AjaxFunc.AddChequeCadeau.action = "http://tempuri.org/AddChequeCadeau";
proxies.AjaxFunc.AddChequeCadeau.params = ["code_produit","nom","prenom","email","commentaire","date_envoi"];
proxies.AjaxFunc.AddChequeCadeau.rtype = ["AddChequeCadeauResult"];

proxies.AjaxFunc.IsValideChequeCadeau = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.IsValideChequeCadeau.fname = "IsValideChequeCadeau";
proxies.AjaxFunc.IsValideChequeCadeau.service = proxies.AjaxFunc;
proxies.AjaxFunc.IsValideChequeCadeau.action = "http://tempuri.org/IsValideChequeCadeau";
proxies.AjaxFunc.IsValideChequeCadeau.params = ["KeyCheque"];
proxies.AjaxFunc.IsValideChequeCadeau.rtype = ["IsValideChequeCadeauResult"];

proxies.AjaxFunc.IsValideCodePromo = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.IsValideCodePromo.fname = "IsValideCodePromo";
proxies.AjaxFunc.IsValideCodePromo.service = proxies.AjaxFunc;
proxies.AjaxFunc.IsValideCodePromo.action = "http://tempuri.org/IsValideCodePromo";
proxies.AjaxFunc.IsValideCodePromo.params = ["aCodePromo","aNumPanier"];
proxies.AjaxFunc.IsValideCodePromo.rtype = ["IsValideCodePromoResult"];

proxies.AjaxFunc.SendPass = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.SendPass.fname = "SendPass";
proxies.AjaxFunc.SendPass.service = proxies.AjaxFunc;
proxies.AjaxFunc.SendPass.action = "http://tempuri.org/SendPass";
proxies.AjaxFunc.SendPass.params = ["e_mail"];
proxies.AjaxFunc.SendPass.rtype = ["SendPassResult"];

proxies.AjaxFunc.SendArticle = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.SendArticle.fname = "SendArticle";
proxies.AjaxFunc.SendArticle.service = proxies.AjaxFunc;
proxies.AjaxFunc.SendArticle.action = "http://tempuri.org/SendArticle";
proxies.AjaxFunc.SendArticle.params = ["NumArticle","Nom","Prenom","EmailSender","EmailTo"];
proxies.AjaxFunc.SendArticle.rtype = ["SendArticleResult"];

proxies.AjaxFunc.IsAlwaysAffiliate = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.IsAlwaysAffiliate.fname = "IsAlwaysAffiliate";
proxies.AjaxFunc.IsAlwaysAffiliate.service = proxies.AjaxFunc;
proxies.AjaxFunc.IsAlwaysAffiliate.action = "http://tempuri.org/IsAlwaysAffiliate";
proxies.AjaxFunc.IsAlwaysAffiliate.params = ["e_mail"];
proxies.AjaxFunc.IsAlwaysAffiliate.rtype = ["IsAlwaysAffiliateResult"];

proxies.AjaxFunc.CreateAffiliate = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.CreateAffiliate.fname = "CreateAffiliate";
proxies.AjaxFunc.CreateAffiliate.service = proxies.AjaxFunc;
proxies.AjaxFunc.CreateAffiliate.action = "http://tempuri.org/CreateAffiliate";
proxies.AjaxFunc.CreateAffiliate.params = ["e_mail","nom","prenom","website","tel"];
proxies.AjaxFunc.CreateAffiliate.rtype = ["CreateAffiliateResult"];

proxies.AjaxFunc.IsShopCommande = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.IsShopCommande.fname = "IsShopCommande";
proxies.AjaxFunc.IsShopCommande.service = proxies.AjaxFunc;
proxies.AjaxFunc.IsShopCommande.action = "http://tempuri.org/IsShopCommande";
proxies.AjaxFunc.IsShopCommande.params = ["activate_key","num_panier"];
proxies.AjaxFunc.IsShopCommande.rtype = ["IsShopCommandeResult"];

proxies.AjaxFunc.IsValideParrain = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.IsValideParrain.fname = "IsValideParrain";
proxies.AjaxFunc.IsValideParrain.service = proxies.AjaxFunc;
proxies.AjaxFunc.IsValideParrain.action = "http://tempuri.org/IsValideParrain";
proxies.AjaxFunc.IsValideParrain.params = ["mail_parrain","mail_user"];
proxies.AjaxFunc.IsValideParrain.rtype = ["IsValideParrainResult"];

proxies.AjaxFunc.DeleteAvis = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.DeleteAvis.fname = "DeleteAvis";
proxies.AjaxFunc.DeleteAvis.service = proxies.AjaxFunc;
proxies.AjaxFunc.DeleteAvis.action = "http://tempuri.org/DeleteAvis";
proxies.AjaxFunc.DeleteAvis.params = ["num_avis"];
proxies.AjaxFunc.DeleteAvis.rtype = ["DeleteAvisResult"];

proxies.AjaxFunc.AcceptAvis = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.AcceptAvis.fname = "AcceptAvis";
proxies.AjaxFunc.AcceptAvis.service = proxies.AjaxFunc;
proxies.AjaxFunc.AcceptAvis.action = "http://tempuri.org/AcceptAvis";
proxies.AjaxFunc.AcceptAvis.params = ["num_avis"];
proxies.AjaxFunc.AcceptAvis.rtype = ["AcceptAvisResult"];

proxies.AjaxFunc.Affiliate_taux = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.Affiliate_taux.fname = "Affiliate_taux";
proxies.AjaxFunc.Affiliate_taux.service = proxies.AjaxFunc;
proxies.AjaxFunc.Affiliate_taux.action = "http://tempuri.org/Affiliate_taux";
proxies.AjaxFunc.Affiliate_taux.params = ["num_usager","val_champ"];
proxies.AjaxFunc.Affiliate_taux.rtype = ["Affiliate_tauxResult"];

proxies.AjaxFunc.SuppressionPaiement = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.SuppressionPaiement.fname = "SuppressionPaiement";
proxies.AjaxFunc.SuppressionPaiement.service = proxies.AjaxFunc;
proxies.AjaxFunc.SuppressionPaiement.action = "http://tempuri.org/SuppressionPaiement";
proxies.AjaxFunc.SuppressionPaiement.params = ["item_ax","usager_ax"];
proxies.AjaxFunc.SuppressionPaiement.rtype = ["SuppressionPaiementResult"];

proxies.AjaxFunc.SaveNewTextileRub = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.SaveNewTextileRub.fname = "SaveNewTextileRub";
proxies.AjaxFunc.SaveNewTextileRub.service = proxies.AjaxFunc;
proxies.AjaxFunc.SaveNewTextileRub.action = "http://tempuri.org/SaveNewTextileRub";
proxies.AjaxFunc.SaveNewTextileRub.params = ["val"];
proxies.AjaxFunc.SaveNewTextileRub.rtype = ["SaveNewTextileRubResult"];

proxies.AjaxFunc.RepresentModele = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.RepresentModele.fname = "RepresentModele";
proxies.AjaxFunc.RepresentModele.service = proxies.AjaxFunc;
proxies.AjaxFunc.RepresentModele.action = "http://tempuri.org/RepresentModele";
proxies.AjaxFunc.RepresentModele.params = ["article","modele"];
proxies.AjaxFunc.RepresentModele.rtype = ["RepresentModeleResult"];

proxies.AjaxFunc.GetEncodeAddLink = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetEncodeAddLink.fname = "GetEncodeAddLink";
proxies.AjaxFunc.GetEncodeAddLink.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetEncodeAddLink.action = "http://tempuri.org/GetEncodeAddLink";
proxies.AjaxFunc.GetEncodeAddLink.params = ["num_article"];
proxies.AjaxFunc.GetEncodeAddLink.rtype = ["GetEncodeAddLinkResult"];

proxies.AjaxFunc.ChangeDetailArticle = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.ChangeDetailArticle.fname = "ChangeDetailArticle";
proxies.AjaxFunc.ChangeDetailArticle.service = proxies.AjaxFunc;
proxies.AjaxFunc.ChangeDetailArticle.action = "http://tempuri.org/ChangeDetailArticle";
proxies.AjaxFunc.ChangeDetailArticle.params = ["num_article"];
proxies.AjaxFunc.ChangeDetailArticle.rtype = ["ChangeDetailArticleResult"];


