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