var webserv_ShopNowCharityRedirect=function() {
webserv_ShopNowCharityRedirect.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
webserv_ShopNowCharityRedirect.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return webserv_ShopNowCharityRedirect._staticInstance.get_path();},
createLink:function(affPrgmID,charityId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'createLink',false,{affPrgmID:affPrgmID,charityId:charityId},succeededCallback,failedCallback,userContext); }}
webserv_ShopNowCharityRedirect.registerClass('webserv_ShopNowCharityRedirect',Sys.Net.WebServiceProxy);
webserv_ShopNowCharityRedirect._staticInstance = new webserv_ShopNowCharityRedirect();
webserv_ShopNowCharityRedirect.set_path = function(value) { webserv_ShopNowCharityRedirect._staticInstance.set_path(value); }
webserv_ShopNowCharityRedirect.get_path = function() { return webserv_ShopNowCharityRedirect._staticInstance.get_path(); }
webserv_ShopNowCharityRedirect.set_timeout = function(value) { webserv_ShopNowCharityRedirect._staticInstance.set_timeout(value); }
webserv_ShopNowCharityRedirect.get_timeout = function() { return webserv_ShopNowCharityRedirect._staticInstance.get_timeout(); }
webserv_ShopNowCharityRedirect.set_defaultUserContext = function(value) { webserv_ShopNowCharityRedirect._staticInstance.set_defaultUserContext(value); }
webserv_ShopNowCharityRedirect.get_defaultUserContext = function() { return webserv_ShopNowCharityRedirect._staticInstance.get_defaultUserContext(); }
webserv_ShopNowCharityRedirect.set_defaultSucceededCallback = function(value) { webserv_ShopNowCharityRedirect._staticInstance.set_defaultSucceededCallback(value); }
webserv_ShopNowCharityRedirect.get_defaultSucceededCallback = function() { return webserv_ShopNowCharityRedirect._staticInstance.get_defaultSucceededCallback(); }
webserv_ShopNowCharityRedirect.set_defaultFailedCallback = function(value) { webserv_ShopNowCharityRedirect._staticInstance.set_defaultFailedCallback(value); }
webserv_ShopNowCharityRedirect.get_defaultFailedCallback = function() { return webserv_ShopNowCharityRedirect._staticInstance.get_defaultFailedCallback(); }
webserv_ShopNowCharityRedirect.set_path("/assets/asmx/webserv_ShopNowCharityRedirect.asmx");
webserv_ShopNowCharityRedirect.createLink= function(affPrgmID,charityId,onSuccess,onFailed,userContext) {webserv_ShopNowCharityRedirect._staticInstance.createLink(affPrgmID,charityId,onSuccess,onFailed,userContext); }

