var movewareServices=function() {
movewareServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
movewareServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return movewareServices._staticInstance.get_path();},
setFilter:function(sFilter,sValue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setFilter',false,{sFilter:sFilter,sValue:sValue},succeededCallback,failedCallback,userContext); },
setFilterAll:function(sFilter,sPage,sValue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setFilterAll',false,{sFilter:sFilter,sPage:sPage,sValue:sValue},succeededCallback,failedCallback,userContext); },
setFilters:function(sFilters,sValues,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setFilters',false,{sFilters:sFilters,sValues:sValues},succeededCallback,failedCallback,userContext); },
setFiltersAll:function(sFilters,sPage,sValues,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setFiltersAll',false,{sFilters:sFilters,sPage:sPage,sValues:sValues},succeededCallback,failedCallback,userContext); },
getFilterAll:function(sPage,sFilter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getFilterAll',false,{sPage:sPage,sFilter:sFilter},succeededCallback,failedCallback,userContext); },
getPopup:function(sType,sSection,sParam1,sParam2,sParam3,sParam4,sParam5,sParam6,sParam7,sParam8,sParam9,sParam10,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getPopup',false,{sType:sType,sSection:sSection,sParam1:sParam1,sParam2:sParam2,sParam3:sParam3,sParam4:sParam4,sParam5:sParam5,sParam6:sParam6,sParam7:sParam7,sParam8:sParam8,sParam9:sParam9,sParam10:sParam10},succeededCallback,failedCallback,userContext); },
showCal:function(showDate,sMonth,sYear,sResultFormat,bEnableAll,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'showCal',false,{showDate:showDate,sMonth:sMonth,sYear:sYear,sResultFormat:sResultFormat,bEnableAll:bEnableAll},succeededCallback,failedCallback,userContext); },
showLookup:function(sType,sField,sShow,sReturn,sWidth,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'showLookup',false,{sType:sType,sField:sField,sShow:sShow,sReturn:sReturn,sWidth:sWidth},succeededCallback,failedCallback,userContext); },
sendEmail:function(sEFromName,sEFromEmail,sETo,sECC,sEBCC,sReplyToName,sReplyToEmail,sSubject,sBody,bHTML,sAttachName,sAttachType,b64,sAttachData,bAttachData,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'sendEmail',false,{sEFromName:sEFromName,sEFromEmail:sEFromEmail,sETo:sETo,sECC:sECC,sEBCC:sEBCC,sReplyToName:sReplyToName,sReplyToEmail:sReplyToEmail,sSubject:sSubject,sBody:sBody,bHTML:bHTML,sAttachName:sAttachName,sAttachType:sAttachType,b64:b64,sAttachData:sAttachData,bAttachData:bAttachData},succeededCallback,failedCallback,userContext); },
removeAttach:function(iNo,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'removeAttach',false,{iNo:iNo},succeededCallback,failedCallback,userContext); },
getAttachList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getAttachList',false,{},succeededCallback,failedCallback,userContext); },
getFile:function(sddid,sKeyaction,sfStatus,sParam1,sParam2,sParam3,sParam4,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getFile',false,{sddid:sddid,sKeyaction:sKeyaction,sfStatus:sfStatus,sParam1:sParam1,sParam2:sParam2,sParam3:sParam3,sParam4:sParam4},succeededCallback,failedCallback,userContext); },
getJobDetails:function(sURL,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getJobDetails',false,{sURL:sURL},succeededCallback,failedCallback,userContext); },
getCustomerOverviewDetails:function(dt,sTable,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getCustomerOverviewDetails',false,{dt:dt,sTable:sTable},succeededCallback,failedCallback,userContext); },
getCustomerInfo:function(sCustCode,sBranch,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getCustomerInfo',false,{sCustCode:sCustCode,sBranch:sBranch},succeededCallback,failedCallback,userContext); },
setSessionVar:function(sName,sValue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setSessionVar',false,{sName:sName,sValue:sValue},succeededCallback,failedCallback,userContext); },
movequoteAdd:function(type,room,item,volume,qty,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'movequoteAdd',false,{type:type,room:room,item:item,volume:volume,qty:qty},succeededCallback,failedCallback,userContext); },
movequoteBranchEmail:function(sBranch,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'movequoteBranchEmail',false,{sBranch:sBranch},succeededCallback,failedCallback,userContext); },
movequoteCountry:function(sCode,sElementId,sSelected,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'movequoteCountry',false,{sCode:sCode,sElementId:sElementId,sSelected:sSelected},succeededCallback,failedCallback,userContext); },
movequoteDelete:function(room,item,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'movequoteDelete',false,{room:room,item:item},succeededCallback,failedCallback,userContext); },
movequoteInitInventory:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'movequoteInitInventory',false,{},succeededCallback,failedCallback,userContext); },
movequoteItemList:function(roomsel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'movequoteItemList',false,{roomsel:roomsel},succeededCallback,failedCallback,userContext); },
movequoteRoomItemList:function(roomsel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'movequoteRoomItemList',false,{roomsel:roomsel},succeededCallback,failedCallback,userContext); },
movequotePrintDetails:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'movequotePrintDetails',false,{},succeededCallback,failedCallback,userContext); },
movequoteRename:function(newname,oldname,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'movequoteRename',false,{newname:newname,oldname:oldname},succeededCallback,failedCallback,userContext); },
movequoteRoomList:function(roomsel,init,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'movequoteRoomList',false,{roomsel:roomsel,init:init},succeededCallback,failedCallback,userContext); },
movequoteSendMWC:function(branch,billercode,billername,ftitle,ttitle,ffname,tfname,flname,tlname,fcustname,tcustname,fcontact,tcontact,company,fphonew,tphonew,fphoneh,tphoneh,fphonem,tphonem,femail,temail,refer,quoteto,depdate,arrdate,fadd,tadd,fsub,tsub,fstate,tstate,fcountry,tcountry,fpost,tpost,faccess,taccess,fproperty,tproperty,fbedrooms,tbedrooms,fbathrooms,tbathrooms,fstairs,tstairs,fcomment,tcomment,mitems,minvent,mmetres,payee,paymethod,opaymethod,orderno,fileno,storeq,stoval,insreq,insval,packreq,packsup,curreq,addservices,additems,ocomment,readysel,readyval,oitem,oservices,mailto,mailtobr,redirect,quotetype,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'movequoteSendMWC',false,{branch:branch,billercode:billercode,billername:billername,ftitle:ftitle,ttitle:ttitle,ffname:ffname,tfname:tfname,flname:flname,tlname:tlname,fcustname:fcustname,tcustname:tcustname,fcontact:fcontact,tcontact:tcontact,company:company,fphonew:fphonew,tphonew:tphonew,fphoneh:fphoneh,tphoneh:tphoneh,fphonem:fphonem,tphonem:tphonem,femail:femail,temail:temail,refer:refer,quoteto:quoteto,depdate:depdate,arrdate:arrdate,fadd:fadd,tadd:tadd,fsub:fsub,tsub:tsub,fstate:fstate,tstate:tstate,fcountry:fcountry,tcountry:tcountry,fpost:fpost,tpost:tpost,faccess:faccess,taccess:taccess,fproperty:fproperty,tproperty:tproperty,fbedrooms:fbedrooms,tbedrooms:tbedrooms,fbathrooms:fbathrooms,tbathrooms:tbathrooms,fstairs:fstairs,tstairs:tstairs,fcomment:fcomment,tcomment:tcomment,mitems:mitems,minvent:minvent,mmetres:mmetres,payee:payee,paymethod:paymethod,opaymethod:opaymethod,orderno:orderno,fileno:fileno,storeq:storeq,stoval:stoval,insreq:insreq,insval:insval,packreq:packreq,packsup:packsup,curreq:curreq,addservices:addservices,additems:additems,ocomment:ocomment,readysel:readysel,readyval:readyval,oitem:oitem,oservices:oservices,mailto:mailto,mailtobr:mailtobr,redirect:redirect,quotetype:quotetype},succeededCallback,failedCallback,userContext); },
movequoteUpdate:function(coid,sBranch,sTitle,sFname,sLname,sFphonew,sFphoneh,sFphonem,sFemail,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'movequoteUpdate',false,{coid:coid,sBranch:sBranch,sTitle:sTitle,sFname:sFname,sLname:sLname,sFphonew:sFphonew,sFphoneh:sFphoneh,sFphonem:sFphonem,sFemail:sFemail},succeededCallback,failedCallback,userContext); },
checkLogin:function(sUser,sPass,sPass2,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'checkLogin',false,{sUser:sUser,sPass:sPass,sPass2:sPass2},succeededCallback,failedCallback,userContext); },
getPassword:function(sEmail,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getPassword',false,{sEmail:sEmail},succeededCallback,failedCallback,userContext); },
setPassword:function(sOldPassword,sNewPassword,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setPassword',false,{sOldPassword:sOldPassword,sNewPassword:sNewPassword},succeededCallback,failedCallback,userContext); },
setAddMsg:function(sRP,sCustCode,sSubject,sfDetails,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setAddMsg',false,{sRP:sRP,sCustCode:sCustCode,sSubject:sSubject,sfDetails:sfDetails},succeededCallback,failedCallback,userContext); },
setAddDoc:function(sRP,sCustCode,sDDID,sSubject,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setAddDoc',false,{sRP:sRP,sCustCode:sCustCode,sDDID:sDDID,sSubject:sSubject},succeededCallback,failedCallback,userContext); },
setReadMsg:function(sddid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setReadMsg',false,{sddid:sddid},succeededCallback,failedCallback,userContext); },
setAccept:function(sddid,sfDetails,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setAccept',false,{sddid:sddid,sfDetails:sfDetails},succeededCallback,failedCallback,userContext); },
setReject:function(sddid,sfDetails,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setReject',false,{sddid:sddid,sfDetails:sfDetails},succeededCallback,failedCallback,userContext); },
setEditRating:function(sFields,sValues,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setEditRating',false,{sFields:sFields,sValues:sValues},succeededCallback,failedCallback,userContext); },
addDSP:function(sRP,sType,sSubType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'addDSP',false,{sRP:sRP,sType:sType,sSubType:sSubType},succeededCallback,failedCallback,userContext); },
setTab:function(sPage,sTab,sCall,sTitle,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setTab',false,{sPage:sPage,sTab:sTab,sCall:sCall,sTitle:sTitle},succeededCallback,failedCallback,userContext); },
setAcceptQuotation:function(srpid,sChidList,sCostidList,sChidListDecline,sCostidListDecline,sInsuranceReq,sPaymentMethod,vParam9,vParam10,sInsuranceValue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setAcceptQuotation',false,{srpid:srpid,sChidList:sChidList,sCostidList:sCostidList,sChidListDecline:sChidListDecline,sCostidListDecline:sCostidListDecline,sInsuranceReq:sInsuranceReq,sPaymentMethod:sPaymentMethod,vParam9:vParam9,vParam10:vParam10,sInsuranceValue:sInsuranceValue},succeededCallback,failedCallback,userContext); },
getTabData:function(sTab,sCall,sTitle,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getTabData',false,{sTab:sTab,sCall:sCall,sTitle:sTitle},succeededCallback,failedCallback,userContext); },
setImage:function(sImageName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setImage',false,{sImageName:sImageName},succeededCallback,failedCallback,userContext); },
getInfo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getInfo',false,{},succeededCallback,failedCallback,userContext); },
getNews:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getNews',false,{},succeededCallback,failedCallback,userContext); },
getXMLString:function(sTable,sCountry,sSuburb,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getXMLString',false,{sTable:sTable,sCountry:sCountry,sSuburb:sSuburb},succeededCallback,failedCallback,userContext); },
getXMLPostcode:function(sSuburb,sCountry,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getXMLPostcode',false,{sSuburb:sSuburb,sCountry:sCountry},succeededCallback,failedCallback,userContext); },
checkState:function(sAddress,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'checkState',false,{sAddress:sAddress},succeededCallback,failedCallback,userContext); },
getMenud:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getMenud',false,{},succeededCallback,failedCallback,userContext); }}
movewareServices.registerClass('movewareServices',Sys.Net.WebServiceProxy);
movewareServices._staticInstance = new movewareServices();
movewareServices.set_path = function(value) { movewareServices._staticInstance.set_path(value); }
movewareServices.get_path = function() { return movewareServices._staticInstance.get_path(); }
movewareServices.set_timeout = function(value) { movewareServices._staticInstance.set_timeout(value); }
movewareServices.get_timeout = function() { return movewareServices._staticInstance.get_timeout(); }
movewareServices.set_defaultUserContext = function(value) { movewareServices._staticInstance.set_defaultUserContext(value); }
movewareServices.get_defaultUserContext = function() { return movewareServices._staticInstance.get_defaultUserContext(); }
movewareServices.set_defaultSucceededCallback = function(value) { movewareServices._staticInstance.set_defaultSucceededCallback(value); }
movewareServices.get_defaultSucceededCallback = function() { return movewareServices._staticInstance.get_defaultSucceededCallback(); }
movewareServices.set_defaultFailedCallback = function(value) { movewareServices._staticInstance.set_defaultFailedCallback(value); }
movewareServices.get_defaultFailedCallback = function() { return movewareServices._staticInstance.get_defaultFailedCallback(); }
movewareServices.set_enableJsonp = function(value) { movewareServices._staticInstance.set_enableJsonp(value); }
movewareServices.get_enableJsonp = function() { return movewareServices._staticInstance.get_enableJsonp(); }
movewareServices.set_jsonpCallbackParameter = function(value) { movewareServices._staticInstance.set_jsonpCallbackParameter(value); }
movewareServices.get_jsonpCallbackParameter = function() { return movewareServices._staticInstance.get_jsonpCallbackParameter(); }
movewareServices.set_path("/go/webservice1.asmx");
movewareServices.setFilter= function(sFilter,sValue,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setFilter(sFilter,sValue,onSuccess,onFailed,userContext); }
movewareServices.setFilterAll= function(sFilter,sPage,sValue,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setFilterAll(sFilter,sPage,sValue,onSuccess,onFailed,userContext); }
movewareServices.setFilters= function(sFilters,sValues,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setFilters(sFilters,sValues,onSuccess,onFailed,userContext); }
movewareServices.setFiltersAll= function(sFilters,sPage,sValues,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setFiltersAll(sFilters,sPage,sValues,onSuccess,onFailed,userContext); }
movewareServices.getFilterAll= function(sPage,sFilter,onSuccess,onFailed,userContext) {movewareServices._staticInstance.getFilterAll(sPage,sFilter,onSuccess,onFailed,userContext); }
movewareServices.getPopup= function(sType,sSection,sParam1,sParam2,sParam3,sParam4,sParam5,sParam6,sParam7,sParam8,sParam9,sParam10,onSuccess,onFailed,userContext) {movewareServices._staticInstance.getPopup(sType,sSection,sParam1,sParam2,sParam3,sParam4,sParam5,sParam6,sParam7,sParam8,sParam9,sParam10,onSuccess,onFailed,userContext); }
movewareServices.showCal= function(showDate,sMonth,sYear,sResultFormat,bEnableAll,onSuccess,onFailed,userContext) {movewareServices._staticInstance.showCal(showDate,sMonth,sYear,sResultFormat,bEnableAll,onSuccess,onFailed,userContext); }
movewareServices.showLookup= function(sType,sField,sShow,sReturn,sWidth,onSuccess,onFailed,userContext) {movewareServices._staticInstance.showLookup(sType,sField,sShow,sReturn,sWidth,onSuccess,onFailed,userContext); }
movewareServices.sendEmail= function(sEFromName,sEFromEmail,sETo,sECC,sEBCC,sReplyToName,sReplyToEmail,sSubject,sBody,bHTML,sAttachName,sAttachType,b64,sAttachData,bAttachData,onSuccess,onFailed,userContext) {movewareServices._staticInstance.sendEmail(sEFromName,sEFromEmail,sETo,sECC,sEBCC,sReplyToName,sReplyToEmail,sSubject,sBody,bHTML,sAttachName,sAttachType,b64,sAttachData,bAttachData,onSuccess,onFailed,userContext); }
movewareServices.removeAttach= function(iNo,onSuccess,onFailed,userContext) {movewareServices._staticInstance.removeAttach(iNo,onSuccess,onFailed,userContext); }
movewareServices.getAttachList= function(onSuccess,onFailed,userContext) {movewareServices._staticInstance.getAttachList(onSuccess,onFailed,userContext); }
movewareServices.getFile= function(sddid,sKeyaction,sfStatus,sParam1,sParam2,sParam3,sParam4,onSuccess,onFailed,userContext) {movewareServices._staticInstance.getFile(sddid,sKeyaction,sfStatus,sParam1,sParam2,sParam3,sParam4,onSuccess,onFailed,userContext); }
movewareServices.getJobDetails= function(sURL,onSuccess,onFailed,userContext) {movewareServices._staticInstance.getJobDetails(sURL,onSuccess,onFailed,userContext); }
movewareServices.getCustomerOverviewDetails= function(dt,sTable,onSuccess,onFailed,userContext) {movewareServices._staticInstance.getCustomerOverviewDetails(dt,sTable,onSuccess,onFailed,userContext); }
movewareServices.getCustomerInfo= function(sCustCode,sBranch,onSuccess,onFailed,userContext) {movewareServices._staticInstance.getCustomerInfo(sCustCode,sBranch,onSuccess,onFailed,userContext); }
movewareServices.setSessionVar= function(sName,sValue,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setSessionVar(sName,sValue,onSuccess,onFailed,userContext); }
movewareServices.movequoteAdd= function(type,room,item,volume,qty,onSuccess,onFailed,userContext) {movewareServices._staticInstance.movequoteAdd(type,room,item,volume,qty,onSuccess,onFailed,userContext); }
movewareServices.movequoteBranchEmail= function(sBranch,onSuccess,onFailed,userContext) {movewareServices._staticInstance.movequoteBranchEmail(sBranch,onSuccess,onFailed,userContext); }
movewareServices.movequoteCountry= function(sCode,sElementId,sSelected,onSuccess,onFailed,userContext) {movewareServices._staticInstance.movequoteCountry(sCode,sElementId,sSelected,onSuccess,onFailed,userContext); }
movewareServices.movequoteDelete= function(room,item,onSuccess,onFailed,userContext) {movewareServices._staticInstance.movequoteDelete(room,item,onSuccess,onFailed,userContext); }
movewareServices.movequoteInitInventory= function(onSuccess,onFailed,userContext) {movewareServices._staticInstance.movequoteInitInventory(onSuccess,onFailed,userContext); }
movewareServices.movequoteItemList= function(roomsel,onSuccess,onFailed,userContext) {movewareServices._staticInstance.movequoteItemList(roomsel,onSuccess,onFailed,userContext); }
movewareServices.movequoteRoomItemList= function(roomsel,onSuccess,onFailed,userContext) {movewareServices._staticInstance.movequoteRoomItemList(roomsel,onSuccess,onFailed,userContext); }
movewareServices.movequotePrintDetails= function(onSuccess,onFailed,userContext) {movewareServices._staticInstance.movequotePrintDetails(onSuccess,onFailed,userContext); }
movewareServices.movequoteRename= function(newname,oldname,onSuccess,onFailed,userContext) {movewareServices._staticInstance.movequoteRename(newname,oldname,onSuccess,onFailed,userContext); }
movewareServices.movequoteRoomList= function(roomsel,init,onSuccess,onFailed,userContext) {movewareServices._staticInstance.movequoteRoomList(roomsel,init,onSuccess,onFailed,userContext); }
movewareServices.movequoteSendMWC= function(branch,billercode,billername,ftitle,ttitle,ffname,tfname,flname,tlname,fcustname,tcustname,fcontact,tcontact,company,fphonew,tphonew,fphoneh,tphoneh,fphonem,tphonem,femail,temail,refer,quoteto,depdate,arrdate,fadd,tadd,fsub,tsub,fstate,tstate,fcountry,tcountry,fpost,tpost,faccess,taccess,fproperty,tproperty,fbedrooms,tbedrooms,fbathrooms,tbathrooms,fstairs,tstairs,fcomment,tcomment,mitems,minvent,mmetres,payee,paymethod,opaymethod,orderno,fileno,storeq,stoval,insreq,insval,packreq,packsup,curreq,addservices,additems,ocomment,readysel,readyval,oitem,oservices,mailto,mailtobr,redirect,quotetype,onSuccess,onFailed,userContext) {movewareServices._staticInstance.movequoteSendMWC(branch,billercode,billername,ftitle,ttitle,ffname,tfname,flname,tlname,fcustname,tcustname,fcontact,tcontact,company,fphonew,tphonew,fphoneh,tphoneh,fphonem,tphonem,femail,temail,refer,quoteto,depdate,arrdate,fadd,tadd,fsub,tsub,fstate,tstate,fcountry,tcountry,fpost,tpost,faccess,taccess,fproperty,tproperty,fbedrooms,tbedrooms,fbathrooms,tbathrooms,fstairs,tstairs,fcomment,tcomment,mitems,minvent,mmetres,payee,paymethod,opaymethod,orderno,fileno,storeq,stoval,insreq,insval,packreq,packsup,curreq,addservices,additems,ocomment,readysel,readyval,oitem,oservices,mailto,mailtobr,redirect,quotetype,onSuccess,onFailed,userContext); }
movewareServices.movequoteUpdate= function(coid,sBranch,sTitle,sFname,sLname,sFphonew,sFphoneh,sFphonem,sFemail,onSuccess,onFailed,userContext) {movewareServices._staticInstance.movequoteUpdate(coid,sBranch,sTitle,sFname,sLname,sFphonew,sFphoneh,sFphonem,sFemail,onSuccess,onFailed,userContext); }
movewareServices.checkLogin= function(sUser,sPass,sPass2,onSuccess,onFailed,userContext) {movewareServices._staticInstance.checkLogin(sUser,sPass,sPass2,onSuccess,onFailed,userContext); }
movewareServices.getPassword= function(sEmail,onSuccess,onFailed,userContext) {movewareServices._staticInstance.getPassword(sEmail,onSuccess,onFailed,userContext); }
movewareServices.setPassword= function(sOldPassword,sNewPassword,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setPassword(sOldPassword,sNewPassword,onSuccess,onFailed,userContext); }
movewareServices.setAddMsg= function(sRP,sCustCode,sSubject,sfDetails,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setAddMsg(sRP,sCustCode,sSubject,sfDetails,onSuccess,onFailed,userContext); }
movewareServices.setAddDoc= function(sRP,sCustCode,sDDID,sSubject,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setAddDoc(sRP,sCustCode,sDDID,sSubject,onSuccess,onFailed,userContext); }
movewareServices.setReadMsg= function(sddid,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setReadMsg(sddid,onSuccess,onFailed,userContext); }
movewareServices.setAccept= function(sddid,sfDetails,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setAccept(sddid,sfDetails,onSuccess,onFailed,userContext); }
movewareServices.setReject= function(sddid,sfDetails,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setReject(sddid,sfDetails,onSuccess,onFailed,userContext); }
movewareServices.setEditRating= function(sFields,sValues,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setEditRating(sFields,sValues,onSuccess,onFailed,userContext); }
movewareServices.addDSP= function(sRP,sType,sSubType,onSuccess,onFailed,userContext) {movewareServices._staticInstance.addDSP(sRP,sType,sSubType,onSuccess,onFailed,userContext); }
movewareServices.setTab= function(sPage,sTab,sCall,sTitle,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setTab(sPage,sTab,sCall,sTitle,onSuccess,onFailed,userContext); }
movewareServices.setAcceptQuotation= function(srpid,sChidList,sCostidList,sChidListDecline,sCostidListDecline,sInsuranceReq,sPaymentMethod,vParam9,vParam10,sInsuranceValue,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setAcceptQuotation(srpid,sChidList,sCostidList,sChidListDecline,sCostidListDecline,sInsuranceReq,sPaymentMethod,vParam9,vParam10,sInsuranceValue,onSuccess,onFailed,userContext); }
movewareServices.getTabData= function(sTab,sCall,sTitle,onSuccess,onFailed,userContext) {movewareServices._staticInstance.getTabData(sTab,sCall,sTitle,onSuccess,onFailed,userContext); }
movewareServices.setImage= function(sImageName,onSuccess,onFailed,userContext) {movewareServices._staticInstance.setImage(sImageName,onSuccess,onFailed,userContext); }
movewareServices.getInfo= function(onSuccess,onFailed,userContext) {movewareServices._staticInstance.getInfo(onSuccess,onFailed,userContext); }
movewareServices.getNews= function(onSuccess,onFailed,userContext) {movewareServices._staticInstance.getNews(onSuccess,onFailed,userContext); }
movewareServices.getXMLString= function(sTable,sCountry,sSuburb,onSuccess,onFailed,userContext) {movewareServices._staticInstance.getXMLString(sTable,sCountry,sSuburb,onSuccess,onFailed,userContext); }
movewareServices.getXMLPostcode= function(sSuburb,sCountry,onSuccess,onFailed,userContext) {movewareServices._staticInstance.getXMLPostcode(sSuburb,sCountry,onSuccess,onFailed,userContext); }
movewareServices.checkState= function(sAddress,onSuccess,onFailed,userContext) {movewareServices._staticInstance.checkState(sAddress,onSuccess,onFailed,userContext); }
movewareServices.getMenud= function(onSuccess,onFailed,userContext) {movewareServices._staticInstance.getMenud(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataTable) === 'undefined') {
System.Data.DataTable=gtc("System.Data.DataTable");
System.Data.DataTable.registerClass('System.Data.DataTable');
}

