Type.registerNamespace('ASPNetPortal');
ASPNetPortal.Service3d=function() {
ASPNetPortal.Service3d.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ASPNetPortal.Service3d.prototype={
GetPosnetData:function(pan,ExpDate_Year,ExpDate_Month,cv2,succeededCallback, failedCallback, userContext) {
return this._invoke(ASPNetPortal.Service3d.get_path(), 'GetPosnetData',false,{pan:pan,ExpDate_Year:ExpDate_Year,ExpDate_Month:ExpDate_Month,cv2:cv2},succeededCallback,failedCallback,userContext); },
Calc:function(toplam,tutar,succeededCallback, failedCallback, userContext) {
return this._invoke(ASPNetPortal.Service3d.get_path(), 'Calc',false,{toplam:toplam,tutar:tutar},succeededCallback,failedCallback,userContext); },
Calc1:function(toplam,tutar,succeededCallback, failedCallback, userContext) {
return this._invoke(ASPNetPortal.Service3d.get_path(), 'Calc1',false,{toplam:toplam,tutar:tutar},succeededCallback,failedCallback,userContext); }}
ASPNetPortal.Service3d.registerClass('ASPNetPortal.Service3d',Sys.Net.WebServiceProxy);
ASPNetPortal.Service3d._staticInstance = new ASPNetPortal.Service3d();
ASPNetPortal.Service3d.set_path = function(value) { ASPNetPortal.Service3d._staticInstance._path = value; }
ASPNetPortal.Service3d.get_path = function() { return ASPNetPortal.Service3d._staticInstance._path; }
ASPNetPortal.Service3d.set_timeout = function(value) { ASPNetPortal.Service3d._staticInstance._timeout = value; }
ASPNetPortal.Service3d.get_timeout = function() { return ASPNetPortal.Service3d._staticInstance._timeout; }
ASPNetPortal.Service3d.set_defaultUserContext = function(value) { ASPNetPortal.Service3d._staticInstance._userContext = value; }
ASPNetPortal.Service3d.get_defaultUserContext = function() { return ASPNetPortal.Service3d._staticInstance._userContext; }
ASPNetPortal.Service3d.set_defaultSucceededCallback = function(value) { ASPNetPortal.Service3d._staticInstance._succeeded = value; }
ASPNetPortal.Service3d.get_defaultSucceededCallback = function() { return ASPNetPortal.Service3d._staticInstance._succeeded; }
ASPNetPortal.Service3d.set_defaultFailedCallback = function(value) { ASPNetPortal.Service3d._staticInstance._failed = value; }
ASPNetPortal.Service3d.get_defaultFailedCallback = function() { return ASPNetPortal.Service3d._staticInstance._failed; }
ASPNetPortal.Service3d.set_path("/services/Service3d.asmx");
ASPNetPortal.Service3d.GetPosnetData= function(pan,ExpDate_Year,ExpDate_Month,cv2,onSuccess,onFailed,userContext) {ASPNetPortal.Service3d._staticInstance.GetPosnetData(pan,ExpDate_Year,ExpDate_Month,cv2,onSuccess,onFailed,userContext); }
ASPNetPortal.Service3d.Calc= function(toplam,tutar,onSuccess,onFailed,userContext) {ASPNetPortal.Service3d._staticInstance.Calc(toplam,tutar,onSuccess,onFailed,userContext); }
ASPNetPortal.Service3d.Calc1= function(toplam,tutar,onSuccess,onFailed,userContext) {ASPNetPortal.Service3d._staticInstance.Calc1(toplam,tutar,onSuccess,onFailed,userContext); }

