Type.registerNamespace('Rai.Raap.Web');
Rai.Raap.Web.Helper=function() {
Rai.Raap.Web.Helper.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Rai.Raap.Web.Helper.prototype={
ZoekAdres:function(postcode,huisnummer,succeededCallback, failedCallback, userContext) {
return this._invoke(Rai.Raap.Web.Helper.get_path(), 'ZoekAdres',false,{postcode:postcode,huisnummer:huisnummer},succeededCallback,failedCallback,userContext); }}
Rai.Raap.Web.Helper.registerClass('Rai.Raap.Web.Helper',Sys.Net.WebServiceProxy);
Rai.Raap.Web.Helper._staticInstance = new Rai.Raap.Web.Helper();
Rai.Raap.Web.Helper.set_path = function(value) { Rai.Raap.Web.Helper._staticInstance._path = value; }
Rai.Raap.Web.Helper.get_path = function() { return Rai.Raap.Web.Helper._staticInstance._path; }
Rai.Raap.Web.Helper.set_timeout = function(value) { Rai.Raap.Web.Helper._staticInstance._timeout = value; }
Rai.Raap.Web.Helper.get_timeout = function() { return Rai.Raap.Web.Helper._staticInstance._timeout; }
Rai.Raap.Web.Helper.set_defaultUserContext = function(value) { Rai.Raap.Web.Helper._staticInstance._userContext = value; }
Rai.Raap.Web.Helper.get_defaultUserContext = function() { return Rai.Raap.Web.Helper._staticInstance._userContext; }
Rai.Raap.Web.Helper.set_defaultSucceededCallback = function(value) { Rai.Raap.Web.Helper._staticInstance._succeeded = value; }
Rai.Raap.Web.Helper.get_defaultSucceededCallback = function() { return Rai.Raap.Web.Helper._staticInstance._succeeded; }
Rai.Raap.Web.Helper.set_defaultFailedCallback = function(value) { Rai.Raap.Web.Helper._staticInstance._failed = value; }
Rai.Raap.Web.Helper.get_defaultFailedCallback = function() { return Rai.Raap.Web.Helper._staticInstance._failed; }
Rai.Raap.Web.Helper.set_path("/Helper.asmx");
Rai.Raap.Web.Helper.ZoekAdres= function(postcode,huisnummer,onSuccess,onFailed,userContext) {Rai.Raap.Web.Helper._staticInstance.ZoekAdres(postcode,huisnummer,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('WebServices.Soap');
if (typeof(WebServices.Soap.Adres) === 'undefined') {
WebServices.Soap.Adres=gtc("WebServices.Soap.Adres");
WebServices.Soap.Adres.registerClass('WebServices.Soap.Adres');
}

