var wsGetUserLocation=function() {
wsGetUserLocation.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsGetUserLocation.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return wsGetUserLocation._staticInstance.get_path();},
getLocation:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'getLocation',false,{},succeededCallback,failedCallback,userContext); }}
wsGetUserLocation.registerClass('wsGetUserLocation',Sys.Net.WebServiceProxy);
wsGetUserLocation._staticInstance = new wsGetUserLocation();
wsGetUserLocation.set_path = function(value) {
wsGetUserLocation._staticInstance.set_path(value); }
wsGetUserLocation.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return wsGetUserLocation._staticInstance.get_path();}
wsGetUserLocation.set_timeout = function(value) {
wsGetUserLocation._staticInstance.set_timeout(value); }
wsGetUserLocation.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return wsGetUserLocation._staticInstance.get_timeout(); }
wsGetUserLocation.set_defaultUserContext = function(value) { 
wsGetUserLocation._staticInstance.set_defaultUserContext(value); }
wsGetUserLocation.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return wsGetUserLocation._staticInstance.get_defaultUserContext(); }
wsGetUserLocation.set_defaultSucceededCallback = function(value) { 
 wsGetUserLocation._staticInstance.set_defaultSucceededCallback(value); }
wsGetUserLocation.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return wsGetUserLocation._staticInstance.get_defaultSucceededCallback(); }
wsGetUserLocation.set_defaultFailedCallback = function(value) { 
wsGetUserLocation._staticInstance.set_defaultFailedCallback(value); }
wsGetUserLocation.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return wsGetUserLocation._staticInstance.get_defaultFailedCallback(); }
wsGetUserLocation.set_path("/DiWA/wsGetUserLocation.asmx");
wsGetUserLocation.getLocation= function(onSuccess,onFailed,userContext) {
/// <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>
wsGetUserLocation._staticInstance.getLocation(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(IPGeodata) === 'undefined') {
var IPGeodata=gtc("IPGeodata");
IPGeodata.registerClass('IPGeodata');
}
