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