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