var geoLocNew=function() {
geoLocNew.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
geoLocNew.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return geoLocNew._staticInstance.get_path();},
FindPropertybyAddress:function(strno,strname,muniname,postcode,extendSearch,succeededCallback, failedCallback, userContext) {
/// <param name="strno" type="String">System.String</param>
/// <param name="strname" type="String">System.String</param>
/// <param name="muniname" type="String">System.String</param>
/// <param name="postcode" type="String">System.String</param>
/// <param name="extendSearch" 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(), 'FindPropertybyAddress',false,{strno:strno,strname:strname,muniname:muniname,postcode:postcode,extendSearch:extendSearch},succeededCallback,failedCallback,userContext); },
FindOnePropertybyAddress:function(strno,strname,muniname,postcode,extendSearch,succeededCallback, failedCallback, userContext) {
/// <param name="strno" type="String">System.String</param>
/// <param name="strname" type="String">System.String</param>
/// <param name="muniname" type="String">System.String</param>
/// <param name="postcode" type="String">System.String</param>
/// <param name="extendSearch" 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(), 'FindOnePropertybyAddress',false,{strno:strno,strname:strname,muniname:muniname,postcode:postcode,extendSearch:extendSearch},succeededCallback,failedCallback,userContext); },
GetAddressData:function(strno,strname,muniname,postcode,succeededCallback, failedCallback, userContext) {
/// <param name="strno" type="String">System.String</param>
/// <param name="strname" type="String">System.String</param>
/// <param name="muniname" type="String">System.String</param>
/// <param name="postcode" 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(), 'GetAddressData',false,{strno:strno,strname:strname,muniname:muniname,postcode:postcode},succeededCallback,failedCallback,userContext); },
GetPropertyAddressData:function(addrgid,pinnum,qaddress,succeededCallback, failedCallback, userContext) {
/// <param name="addrgid" type="String">System.String</param>
/// <param name="pinnum" type="String">System.String</param>
/// <param name="qaddress" 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(), 'GetPropertyAddressData',false,{addrgid:addrgid,pinnum:pinnum,qaddress:qaddress},succeededCallback,failedCallback,userContext); }}
geoLocNew.registerClass('geoLocNew',Sys.Net.WebServiceProxy);
geoLocNew._staticInstance = new geoLocNew();
geoLocNew.set_path = function(value) {
geoLocNew._staticInstance.set_path(value); }
geoLocNew.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return geoLocNew._staticInstance.get_path();}
geoLocNew.set_timeout = function(value) {
geoLocNew._staticInstance.set_timeout(value); }
geoLocNew.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return geoLocNew._staticInstance.get_timeout(); }
geoLocNew.set_defaultUserContext = function(value) { 
geoLocNew._staticInstance.set_defaultUserContext(value); }
geoLocNew.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return geoLocNew._staticInstance.get_defaultUserContext(); }
geoLocNew.set_defaultSucceededCallback = function(value) { 
 geoLocNew._staticInstance.set_defaultSucceededCallback(value); }
geoLocNew.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return geoLocNew._staticInstance.get_defaultSucceededCallback(); }
geoLocNew.set_defaultFailedCallback = function(value) { 
geoLocNew._staticInstance.set_defaultFailedCallback(value); }
geoLocNew.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return geoLocNew._staticInstance.get_defaultFailedCallback(); }
geoLocNew.set_path("/geoLocNew/geolocnew.asmx");
geoLocNew.FindPropertybyAddress= function(strno,strname,muniname,postcode,extendSearch,onSuccess,onFailed,userContext) {
/// <param name="strno" type="String">System.String</param>
/// <param name="strname" type="String">System.String</param>
/// <param name="muniname" type="String">System.String</param>
/// <param name="postcode" type="String">System.String</param>
/// <param name="extendSearch" 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>
geoLocNew._staticInstance.FindPropertybyAddress(strno,strname,muniname,postcode,extendSearch,onSuccess,onFailed,userContext); }
geoLocNew.FindOnePropertybyAddress= function(strno,strname,muniname,postcode,extendSearch,onSuccess,onFailed,userContext) {
/// <param name="strno" type="String">System.String</param>
/// <param name="strname" type="String">System.String</param>
/// <param name="muniname" type="String">System.String</param>
/// <param name="postcode" type="String">System.String</param>
/// <param name="extendSearch" 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>
geoLocNew._staticInstance.FindOnePropertybyAddress(strno,strname,muniname,postcode,extendSearch,onSuccess,onFailed,userContext); }
geoLocNew.GetAddressData= function(strno,strname,muniname,postcode,onSuccess,onFailed,userContext) {
/// <param name="strno" type="String">System.String</param>
/// <param name="strname" type="String">System.String</param>
/// <param name="muniname" type="String">System.String</param>
/// <param name="postcode" 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>
geoLocNew._staticInstance.GetAddressData(strno,strname,muniname,postcode,onSuccess,onFailed,userContext); }
geoLocNew.GetPropertyAddressData= function(addrgid,pinnum,qaddress,onSuccess,onFailed,userContext) {
/// <param name="addrgid" type="String">System.String</param>
/// <param name="pinnum" type="String">System.String</param>
/// <param name="qaddress" 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>
geoLocNew._staticInstance.GetPropertyAddressData(addrgid,pinnum,qaddress,onSuccess,onFailed,userContext); }

