Type.registerNamespace('Modern.Webshop');
Modern.Webshop.getinfo=function() {
Modern.Webshop.getinfo.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Modern.Webshop.getinfo.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Modern.Webshop.getinfo._staticInstance.get_path();},
getImpact:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getImpact',false,{},succeededCallback,failedCallback,userContext); },
getinfo:function(ContentId,Soort,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getinfo',false,{ContentId:ContentId,Soort:Soort},succeededCallback,failedCallback,userContext); }}
Modern.Webshop.getinfo.registerClass('Modern.Webshop.getinfo',Sys.Net.WebServiceProxy);
Modern.Webshop.getinfo._staticInstance = new Modern.Webshop.getinfo();
Modern.Webshop.getinfo.set_path = function(value) { Modern.Webshop.getinfo._staticInstance.set_path(value); }
Modern.Webshop.getinfo.get_path = function() { return Modern.Webshop.getinfo._staticInstance.get_path(); }
Modern.Webshop.getinfo.set_timeout = function(value) { Modern.Webshop.getinfo._staticInstance.set_timeout(value); }
Modern.Webshop.getinfo.get_timeout = function() { return Modern.Webshop.getinfo._staticInstance.get_timeout(); }
Modern.Webshop.getinfo.set_defaultUserContext = function(value) { Modern.Webshop.getinfo._staticInstance.set_defaultUserContext(value); }
Modern.Webshop.getinfo.get_defaultUserContext = function() { return Modern.Webshop.getinfo._staticInstance.get_defaultUserContext(); }
Modern.Webshop.getinfo.set_defaultSucceededCallback = function(value) { Modern.Webshop.getinfo._staticInstance.set_defaultSucceededCallback(value); }
Modern.Webshop.getinfo.get_defaultSucceededCallback = function() { return Modern.Webshop.getinfo._staticInstance.get_defaultSucceededCallback(); }
Modern.Webshop.getinfo.set_defaultFailedCallback = function(value) { Modern.Webshop.getinfo._staticInstance.set_defaultFailedCallback(value); }
Modern.Webshop.getinfo.get_defaultFailedCallback = function() { return Modern.Webshop.getinfo._staticInstance.get_defaultFailedCallback(); }
Modern.Webshop.getinfo.set_path("/Service/getinfo.asmx");
Modern.Webshop.getinfo.getImpact= function(onSuccess,onFailed,userContext) {Modern.Webshop.getinfo._staticInstance.getImpact(onSuccess,onFailed,userContext); }
Modern.Webshop.getinfo.getinfo= function(ContentId,Soort,onSuccess,onFailed,userContext) {Modern.Webshop.getinfo._staticInstance.getinfo(ContentId,Soort,onSuccess,onFailed,userContext); }

