var storeWebMethod=function() {
storeWebMethod.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
storeWebMethod.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return storeWebMethod._staticInstance.get_path();},
GetCompletionListHGS:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="contextKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetCompletionListHGS',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetCompletionListQuickOrder:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="contextKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetCompletionListQuickOrder',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
resizeImage:function(MapPath,dirName,imageType,sSize,useSameWidth,useSameHeight,acceptedExtentions,ShowDetails,succeededCallback, failedCallback, userContext) {
/// <param name="MapPath" type="String">System.String</param>
/// <param name="dirName" type="String">System.String</param>
/// <param name="imageType" type="String">System.String</param>
/// <param name="sSize" type="Number">System.Int32</param>
/// <param name="useSameWidth" type="Boolean">System.Boolean</param>
/// <param name="useSameHeight" type="Boolean">System.Boolean</param>
/// <param name="acceptedExtentions" type="String">System.String</param>
/// <param name="ShowDetails" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'resizeImage',false,{MapPath:MapPath,dirName:dirName,imageType:imageType,sSize:sSize,useSameWidth:useSameWidth,useSameHeight:useSameHeight,acceptedExtentions:acceptedExtentions,ShowDetails:ShowDetails},succeededCallback,failedCallback,userContext); }}
storeWebMethod.registerClass('storeWebMethod',Sys.Net.WebServiceProxy);
storeWebMethod._staticInstance = new storeWebMethod();
storeWebMethod.set_path = function(value) {
storeWebMethod._staticInstance.set_path(value); }
storeWebMethod.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return storeWebMethod._staticInstance.get_path();}
storeWebMethod.set_timeout = function(value) {
storeWebMethod._staticInstance.set_timeout(value); }
storeWebMethod.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return storeWebMethod._staticInstance.get_timeout(); }
storeWebMethod.set_defaultUserContext = function(value) { 
storeWebMethod._staticInstance.set_defaultUserContext(value); }
storeWebMethod.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return storeWebMethod._staticInstance.get_defaultUserContext(); }
storeWebMethod.set_defaultSucceededCallback = function(value) { 
 storeWebMethod._staticInstance.set_defaultSucceededCallback(value); }
storeWebMethod.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return storeWebMethod._staticInstance.get_defaultSucceededCallback(); }
storeWebMethod.set_defaultFailedCallback = function(value) { 
storeWebMethod._staticInstance.set_defaultFailedCallback(value); }
storeWebMethod.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return storeWebMethod._staticInstance.get_defaultFailedCallback(); }
storeWebMethod.set_path("/storewebmethod.asmx");
storeWebMethod.GetCompletionListHGS= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="contextKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
storeWebMethod._staticInstance.GetCompletionListHGS(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
storeWebMethod.GetCompletionListQuickOrder= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="contextKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
storeWebMethod._staticInstance.GetCompletionListQuickOrder(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
storeWebMethod.resizeImage= function(MapPath,dirName,imageType,sSize,useSameWidth,useSameHeight,acceptedExtentions,ShowDetails,onSuccess,onFailed,userContext) {
/// <param name="MapPath" type="String">System.String</param>
/// <param name="dirName" type="String">System.String</param>
/// <param name="imageType" type="String">System.String</param>
/// <param name="sSize" type="Number">System.Int32</param>
/// <param name="useSameWidth" type="Boolean">System.Boolean</param>
/// <param name="useSameHeight" type="Boolean">System.Boolean</param>
/// <param name="acceptedExtentions" type="String">System.String</param>
/// <param name="ShowDetails" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
storeWebMethod._staticInstance.resizeImage(MapPath,dirName,imageType,sSize,useSameWidth,useSameHeight,acceptedExtentions,ShowDetails,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(fileInformation) === 'undefined') {
var fileInformation=gtc("fileInformation");
fileInformation.registerClass('fileInformation');
}

