var wsGFWREC=function() {
wsGFWREC.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsGFWREC.prototype={
addMember:function(userName,password,firstName,lastName,email,company,title,street,city,zip,state,phone,fax,website,bday,gender,occupation,busCat1,busCat2,payNow,membershipType,portalId,tccc,ccd,parent,homeStreet,homeCity,homeState,homeZip,succeededCallback, failedCallback, userContext) {
return this._invoke(wsGFWREC.get_path(), 'addMember',false,{userName:userName,password:password,firstName:firstName,lastName:lastName,email:email,company:company,title:title,street:street,city:city,zip:zip,state:state,phone:phone,fax:fax,website:website,bday:bday,gender:gender,occupation:occupation,busCat1:busCat1,busCat2:busCat2,payNow:payNow,membershipType:membershipType,portalId:portalId,tccc:tccc,ccd:ccd,parent:parent,homeStreet:homeStreet,homeCity:homeCity,homeState:homeState,homeZip:homeZip},succeededCallback,failedCallback,userContext); }}
wsGFWREC.registerClass('wsGFWREC',Sys.Net.WebServiceProxy);
wsGFWREC._staticInstance = new wsGFWREC();
wsGFWREC.set_path = function(value) { wsGFWREC._staticInstance._path = value; }
wsGFWREC.get_path = function() { return wsGFWREC._staticInstance._path; }
wsGFWREC.set_timeout = function(value) { wsGFWREC._staticInstance._timeout = value; }
wsGFWREC.get_timeout = function() { return wsGFWREC._staticInstance._timeout; }
wsGFWREC.set_defaultUserContext = function(value) { wsGFWREC._staticInstance._userContext = value; }
wsGFWREC.get_defaultUserContext = function() { return wsGFWREC._staticInstance._userContext; }
wsGFWREC.set_defaultSucceededCallback = function(value) { wsGFWREC._staticInstance._succeeded = value; }
wsGFWREC.get_defaultSucceededCallback = function() { return wsGFWREC._staticInstance._succeeded; }
wsGFWREC.set_defaultFailedCallback = function(value) { wsGFWREC._staticInstance._failed = value; }
wsGFWREC.get_defaultFailedCallback = function() { return wsGFWREC._staticInstance._failed; }
wsGFWREC.set_path("/Webservices/wsGFWREC.asmx");
wsGFWREC.addMember= function(userName,password,firstName,lastName,email,company,title,street,city,zip,state,phone,fax,website,bday,gender,occupation,busCat1,busCat2,payNow,membershipType,portalId,tccc,ccd,parent,homeStreet,homeCity,homeState,homeZip,onSuccess,onFailed,userContext) {wsGFWREC._staticInstance.addMember(userName,password,firstName,lastName,email,company,title,street,city,zip,state,phone,fax,website,bday,gender,occupation,busCat1,busCat2,payNow,membershipType,portalId,tccc,ccd,parent,homeStreet,homeCity,homeState,homeZip,onSuccess,onFailed,userContext); }
