
// javascript proxy for webservices
// by Matthias Hertel
/*  */

proxies.AjaxFunc = {
url: "http://www.mundakaoptic.com/ws/AjaxFunc.asmx",
ns: "http://tempuri.org/"
} // proxies.AjaxFunc

proxies.AjaxFunc.GetDealer = function () { return(proxies.callSoap(arguments)); }
proxies.AjaxFunc.GetDealer.fname = "GetDealer";
proxies.AjaxFunc.GetDealer.service = proxies.AjaxFunc;
proxies.AjaxFunc.GetDealer.action = "http://tempuri.org/GetDealer";
proxies.AjaxFunc.GetDealer.params = ["pays","ville","cp"];
proxies.AjaxFunc.GetDealer.rtype = ["GetDealerResult"];
