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

