var PropertyService=function() {
PropertyService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
PropertyService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return PropertyService._staticInstance.get_path();},
GetPropertiesByZip:function(id,street,city,zip,bed,baths,pricefrom,priceto,subdivision,propertytype,fuppvalues,sqft,isResidential,isNewOleans,citynamelist,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertiesByZip',false,{id:id,street:street,city:city,zip:zip,bed:bed,baths:baths,pricefrom:pricefrom,priceto:priceto,subdivision:subdivision,propertytype:propertytype,fuppvalues:fuppvalues,sqft:sqft,isResidential:isResidential,isNewOleans:isNewOleans,citynamelist:citynamelist},succeededCallback,failedCallback,userContext); }}
PropertyService.registerClass('PropertyService',Sys.Net.WebServiceProxy);
PropertyService._staticInstance = new PropertyService();
PropertyService.set_path = function(value) { PropertyService._staticInstance.set_path(value); }
PropertyService.get_path = function() { return PropertyService._staticInstance.get_path(); }
PropertyService.set_timeout = function(value) { PropertyService._staticInstance.set_timeout(value); }
PropertyService.get_timeout = function() { return PropertyService._staticInstance.get_timeout(); }
PropertyService.set_defaultUserContext = function(value) { PropertyService._staticInstance.set_defaultUserContext(value); }
PropertyService.get_defaultUserContext = function() { return PropertyService._staticInstance.get_defaultUserContext(); }
PropertyService.set_defaultSucceededCallback = function(value) { PropertyService._staticInstance.set_defaultSucceededCallback(value); }
PropertyService.get_defaultSucceededCallback = function() { return PropertyService._staticInstance.get_defaultSucceededCallback(); }
PropertyService.set_defaultFailedCallback = function(value) { PropertyService._staticInstance.set_defaultFailedCallback(value); }
PropertyService.get_defaultFailedCallback = function() { return PropertyService._staticInstance.get_defaultFailedCallback(); }
PropertyService.set_path("/property-search/VirtualEarth/vejsFunctions/PropertyService.svc");
PropertyService.GetPropertiesByZip= function(id,street,city,zip,bed,baths,pricefrom,priceto,subdivision,propertytype,fuppvalues,sqft,isResidential,isNewOleans,citynamelist,onSuccess,onFailed,userContext) {PropertyService._staticInstance.GetPropertiesByZip(id,street,city,zip,bed,baths,pricefrom,priceto,subdivision,propertytype,fuppvalues,sqft,isResidential,isNewOleans,citynamelist,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(PropertyListing) === 'undefined') {
var PropertyListing=gtc("PropertyListing:http://schemas.datacontract.org/2004/07/");
PropertyListing.registerClass('PropertyListing');
}

