var wsClayShoot=function() {
wsClayShoot.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsClayShoot.prototype={
addClayShootRegistration:function(fName,lName,company,address,city,state,zip,phone,email,tm1,tm2,tm3,tm4,tm5,sponsors,totalDonation,succeededCallback, failedCallback, userContext) {
return this._invoke(wsClayShoot.get_path(), 'addClayShootRegistration',false,{fName:fName,lName:lName,company:company,address:address,city:city,state:state,zip:zip,phone:phone,email:email,tm1:tm1,tm2:tm2,tm3:tm3,tm4:tm4,tm5:tm5,sponsors:sponsors,totalDonation:totalDonation},succeededCallback,failedCallback,userContext); },
addClayShootSponsorShip:function(id,sponsors,succeededCallback, failedCallback, userContext) {
return this._invoke(wsClayShoot.get_path(), 'addClayShootSponsorShip',false,{id:id,sponsors:sponsors},succeededCallback,failedCallback,userContext); }}
wsClayShoot.registerClass('wsClayShoot',Sys.Net.WebServiceProxy);
wsClayShoot._staticInstance = new wsClayShoot();
wsClayShoot.set_path = function(value) { wsClayShoot._staticInstance._path = value; }
wsClayShoot.get_path = function() { return wsClayShoot._staticInstance._path; }
wsClayShoot.set_timeout = function(value) { wsClayShoot._staticInstance._timeout = value; }
wsClayShoot.get_timeout = function() { return wsClayShoot._staticInstance._timeout; }
wsClayShoot.set_defaultUserContext = function(value) { wsClayShoot._staticInstance._userContext = value; }
wsClayShoot.get_defaultUserContext = function() { return wsClayShoot._staticInstance._userContext; }
wsClayShoot.set_defaultSucceededCallback = function(value) { wsClayShoot._staticInstance._succeeded = value; }
wsClayShoot.get_defaultSucceededCallback = function() { return wsClayShoot._staticInstance._succeeded; }
wsClayShoot.set_defaultFailedCallback = function(value) { wsClayShoot._staticInstance._failed = value; }
wsClayShoot.get_defaultFailedCallback = function() { return wsClayShoot._staticInstance._failed; }
wsClayShoot.set_path("/WebServices/wsClayShoot.asmx");
wsClayShoot.addClayShootRegistration= function(fName,lName,company,address,city,state,zip,phone,email,tm1,tm2,tm3,tm4,tm5,sponsors,totalDonation,onSuccess,onFailed,userContext) {wsClayShoot._staticInstance.addClayShootRegistration(fName,lName,company,address,city,state,zip,phone,email,tm1,tm2,tm3,tm4,tm5,sponsors,totalDonation,onSuccess,onFailed,userContext); }
wsClayShoot.addClayShootSponsorShip= function(id,sponsors,onSuccess,onFailed,userContext) {wsClayShoot._staticInstance.addClayShootSponsorShip(id,sponsors,onSuccess,onFailed,userContext); }

