Type.registerNamespace('hanleywood.com');
hanleywood.com.istore=function() {
hanleywood.com.istore.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
hanleywood.com.istore.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return hanleywood.com.istore._staticInstance.get_path();},
StoreData:function(value,command,attToCheck,attToExclude,fromPage,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'StoreData',false,{value:value,command:command,attToCheck:attToCheck,attToExclude:attToExclude,fromPage:fromPage},succeededCallback,failedCallback,userContext); },
GetDataUsingDataContract:function(composite,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDataUsingDataContract',false,{composite:composite},succeededCallback,failedCallback,userContext); }}
hanleywood.com.istore.registerClass('hanleywood.com.istore',Sys.Net.WebServiceProxy);
hanleywood.com.istore._staticInstance = new hanleywood.com.istore();
hanleywood.com.istore.set_path = function(value) { hanleywood.com.istore._staticInstance.set_path(value); }
hanleywood.com.istore.get_path = function() { return hanleywood.com.istore._staticInstance.get_path(); }
hanleywood.com.istore.set_timeout = function(value) { hanleywood.com.istore._staticInstance.set_timeout(value); }
hanleywood.com.istore.get_timeout = function() { return hanleywood.com.istore._staticInstance.get_timeout(); }
hanleywood.com.istore.set_defaultUserContext = function(value) { hanleywood.com.istore._staticInstance.set_defaultUserContext(value); }
hanleywood.com.istore.get_defaultUserContext = function() { return hanleywood.com.istore._staticInstance.get_defaultUserContext(); }
hanleywood.com.istore.set_defaultSucceededCallback = function(value) { hanleywood.com.istore._staticInstance.set_defaultSucceededCallback(value); }
hanleywood.com.istore.get_defaultSucceededCallback = function() { return hanleywood.com.istore._staticInstance.get_defaultSucceededCallback(); }
hanleywood.com.istore.set_defaultFailedCallback = function(value) { hanleywood.com.istore._staticInstance.set_defaultFailedCallback(value); }
hanleywood.com.istore.get_defaultFailedCallback = function() { return hanleywood.com.istore._staticInstance.get_defaultFailedCallback(); }
hanleywood.com.istore.set_path("/connect/AjaxWebServices/SaveAttendeeSearchService.svc");
hanleywood.com.istore.StoreData= function(value,command,attToCheck,attToExclude,fromPage,onSuccess,onFailed,userContext) {hanleywood.com.istore._staticInstance.StoreData(value,command,attToCheck,attToExclude,fromPage,onSuccess,onFailed,userContext); }
hanleywood.com.istore.GetDataUsingDataContract= function(composite,onSuccess,onFailed,userContext) {hanleywood.com.istore._staticInstance.GetDataUsingDataContract(composite,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('SaveAttendeeSearchService');
if (typeof(SaveAttendeeSearchService.CompositeType) === 'undefined') {
SaveAttendeeSearchService.CompositeType=gtc("CompositeType:http://schemas.datacontract.org/2004/07/SaveAttendeeSearchService");
SaveAttendeeSearchService.CompositeType.registerClass('SaveAttendeeSearchService.CompositeType');
}

