Type.registerNamespace('services.corpussireomakler.de.SearchService.v1');
services.corpussireomakler.de.SearchService.v1.IContactService=function() {
services.corpussireomakler.de.SearchService.v1.IContactService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
services.corpussireomakler.de.SearchService.v1.IContactService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.get_path();},
RecommendRealty:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RecommendRealty',false,{request:request},succeededCallback,failedCallback,userContext); },
CallbackInstruction:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CallbackInstruction',false,{request:request},succeededCallback,failedCallback,userContext); },
SellRealty:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SellRealty',false,{request:request},succeededCallback,failedCallback,userContext); },
CreateWishList:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateWishList',false,{request:request},succeededCallback,failedCallback,userContext); },
SendAddress:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendAddress',false,{request:request},succeededCallback,failedCallback,userContext); }}
services.corpussireomakler.de.SearchService.v1.IContactService.registerClass('services.corpussireomakler.de.SearchService.v1.IContactService',Sys.Net.WebServiceProxy);
services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance = new services.corpussireomakler.de.SearchService.v1.IContactService();
services.corpussireomakler.de.SearchService.v1.IContactService.set_path = function(value) { services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.set_path(value); }
services.corpussireomakler.de.SearchService.v1.IContactService.get_path = function() { return services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.get_path(); }
services.corpussireomakler.de.SearchService.v1.IContactService.set_timeout = function(value) { services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.set_timeout(value); }
services.corpussireomakler.de.SearchService.v1.IContactService.get_timeout = function() { return services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.get_timeout(); }
services.corpussireomakler.de.SearchService.v1.IContactService.set_defaultUserContext = function(value) { services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.set_defaultUserContext(value); }
services.corpussireomakler.de.SearchService.v1.IContactService.get_defaultUserContext = function() { return services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.get_defaultUserContext(); }
services.corpussireomakler.de.SearchService.v1.IContactService.set_defaultSucceededCallback = function(value) { services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.set_defaultSucceededCallback(value); }
services.corpussireomakler.de.SearchService.v1.IContactService.get_defaultSucceededCallback = function() { return services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.get_defaultSucceededCallback(); }
services.corpussireomakler.de.SearchService.v1.IContactService.set_defaultFailedCallback = function(value) { services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.set_defaultFailedCallback(value); }
services.corpussireomakler.de.SearchService.v1.IContactService.get_defaultFailedCallback = function() { return services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.get_defaultFailedCallback(); }
services.corpussireomakler.de.SearchService.v1.IContactService.set_path("/Search/ContactService.svc");
services.corpussireomakler.de.SearchService.v1.IContactService.RecommendRealty= function(request,onSuccess,onFailed,userContext) {services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.RecommendRealty(request,onSuccess,onFailed,userContext); }
services.corpussireomakler.de.SearchService.v1.IContactService.CallbackInstruction= function(request,onSuccess,onFailed,userContext) {services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.CallbackInstruction(request,onSuccess,onFailed,userContext); }
services.corpussireomakler.de.SearchService.v1.IContactService.SellRealty= function(request,onSuccess,onFailed,userContext) {services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.SellRealty(request,onSuccess,onFailed,userContext); }
services.corpussireomakler.de.SearchService.v1.IContactService.CreateWishList= function(request,onSuccess,onFailed,userContext) {services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.CreateWishList(request,onSuccess,onFailed,userContext); }
services.corpussireomakler.de.SearchService.v1.IContactService.SendAddress= function(request,onSuccess,onFailed,userContext) {services.corpussireomakler.de.SearchService.v1.IContactService._staticInstance.SendAddress(request,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('netzkern.BusinessExtensions');
if (typeof(netzkern.BusinessExtensions.ServiceRequestOfRecommendRealtyRequestpxQDHy9Z) === 'undefined') {
netzkern.BusinessExtensions.ServiceRequestOfRecommendRealtyRequestpxQDHy9Z=gtc("ServiceRequestOfRecommendRealtyRequestpxQDHy9Z:http://schemas.datacontract.org/2004/07/netzkern.BusinessExtensions");
netzkern.BusinessExtensions.ServiceRequestOfRecommendRealtyRequestpxQDHy9Z.registerClass('netzkern.BusinessExtensions.ServiceRequestOfRecommendRealtyRequestpxQDHy9Z');
}
Type.registerNamespace('CSM.Core.Contracts');
if (typeof(CSM.Core.Contracts.RecommendRealtyRequest) === 'undefined') {
CSM.Core.Contracts.RecommendRealtyRequest=gtc("RecommendRealtyRequest:http://schemas.datacontract.org/2004/07/CSM.Core.Contracts");
CSM.Core.Contracts.RecommendRealtyRequest.registerClass('CSM.Core.Contracts.RecommendRealtyRequest');
}
Type.registerNamespace('bizext.netzkern.biz');
if (typeof(bizext.netzkern.biz.ServiceResponseOfRecommendRealtyResponsepxQDHy9Z) === 'undefined') {
bizext.netzkern.biz.ServiceResponseOfRecommendRealtyResponsepxQDHy9Z=gtc("ServiceResponseOfRecommendRealtyResponsepxQDHy9Z:http://bizext.netzkern.biz/");
bizext.netzkern.biz.ServiceResponseOfRecommendRealtyResponsepxQDHy9Z.registerClass('bizext.netzkern.biz.ServiceResponseOfRecommendRealtyResponsepxQDHy9Z');
}
Type.registerNamespace('System');
if (typeof(System.Exception) === 'undefined') {
System.Exception=gtc("Exception:http://schemas.datacontract.org/2004/07/System");
System.Exception.registerClass('System.Exception');
}
if (typeof(CSM.Core.Contracts.RecommendRealtyResponse) === 'undefined') {
CSM.Core.Contracts.RecommendRealtyResponse=gtc("RecommendRealtyResponse:http://schemas.datacontract.org/2004/07/CSM.Core.Contracts");
CSM.Core.Contracts.RecommendRealtyResponse.registerClass('CSM.Core.Contracts.RecommendRealtyResponse');
}
if (typeof(CSM.Core.Contracts.SellRealtyRequest) === 'undefined') {
CSM.Core.Contracts.SellRealtyRequest=gtc("SellRealtyRequest:http://schemas.datacontract.org/2004/07/CSM.Core.Contracts");
CSM.Core.Contracts.SellRealtyRequest.registerClass('CSM.Core.Contracts.SellRealtyRequest');
}
if (typeof(CSM.Core.Contracts.WishListRequest) === 'undefined') {
CSM.Core.Contracts.WishListRequest=gtc("WishListRequest:http://schemas.datacontract.org/2004/07/CSM.Core.Contracts");
CSM.Core.Contracts.WishListRequest.registerClass('CSM.Core.Contracts.WishListRequest');
}
if (typeof(CSM.Core.Contracts.XWishList) === 'undefined') {
CSM.Core.Contracts.XWishList=gtc("XWishList:http://schemas.datacontract.org/2004/07/CSM.Core.Contracts");
CSM.Core.Contracts.XWishList.registerClass('CSM.Core.Contracts.XWishList');
}
if (typeof(CSM.Core.Contracts.CallbackInstructionRequest) === 'undefined') {
CSM.Core.Contracts.CallbackInstructionRequest=gtc("CallbackInstructionRequest:http://schemas.datacontract.org/2004/07/CSM.Core.Contracts");
CSM.Core.Contracts.CallbackInstructionRequest.registerClass('CSM.Core.Contracts.CallbackInstructionRequest');
}
if (typeof(netzkern.BusinessExtensions.ServiceRequestOfCallbackInstructionRequestpxQDHy9Z) === 'undefined') {
netzkern.BusinessExtensions.ServiceRequestOfCallbackInstructionRequestpxQDHy9Z=gtc("ServiceRequestOfCallbackInstructionRequestpxQDHy9Z:http://schemas.datacontract.org/2004/07/netzkern.BusinessExtensions");
netzkern.BusinessExtensions.ServiceRequestOfCallbackInstructionRequestpxQDHy9Z.registerClass('netzkern.BusinessExtensions.ServiceRequestOfCallbackInstructionRequestpxQDHy9Z');
}
if (typeof(bizext.netzkern.biz.ServiceResponseOfCallbackInstructionResponsepxQDHy9Z) === 'undefined') {
bizext.netzkern.biz.ServiceResponseOfCallbackInstructionResponsepxQDHy9Z=gtc("ServiceResponseOfCallbackInstructionResponsepxQDHy9Z:http://bizext.netzkern.biz/");
bizext.netzkern.biz.ServiceResponseOfCallbackInstructionResponsepxQDHy9Z.registerClass('bizext.netzkern.biz.ServiceResponseOfCallbackInstructionResponsepxQDHy9Z');
}
if (typeof(CSM.Core.Contracts.CallbackInstructionResponse) === 'undefined') {
CSM.Core.Contracts.CallbackInstructionResponse=gtc("CallbackInstructionResponse:http://schemas.datacontract.org/2004/07/CSM.Core.Contracts");
CSM.Core.Contracts.CallbackInstructionResponse.registerClass('CSM.Core.Contracts.CallbackInstructionResponse');
}
if (typeof(netzkern.BusinessExtensions.ServiceRequestOfSellRealtyRequestpxQDHy9Z) === 'undefined') {
netzkern.BusinessExtensions.ServiceRequestOfSellRealtyRequestpxQDHy9Z=gtc("ServiceRequestOfSellRealtyRequestpxQDHy9Z:http://schemas.datacontract.org/2004/07/netzkern.BusinessExtensions");
netzkern.BusinessExtensions.ServiceRequestOfSellRealtyRequestpxQDHy9Z.registerClass('netzkern.BusinessExtensions.ServiceRequestOfSellRealtyRequestpxQDHy9Z');
}
if (typeof(bizext.netzkern.biz.ServiceResponseOfSellRealtyResponsepxQDHy9Z) === 'undefined') {
bizext.netzkern.biz.ServiceResponseOfSellRealtyResponsepxQDHy9Z=gtc("ServiceResponseOfSellRealtyResponsepxQDHy9Z:http://bizext.netzkern.biz/");
bizext.netzkern.biz.ServiceResponseOfSellRealtyResponsepxQDHy9Z.registerClass('bizext.netzkern.biz.ServiceResponseOfSellRealtyResponsepxQDHy9Z');
}
if (typeof(CSM.Core.Contracts.SellRealtyResponse) === 'undefined') {
CSM.Core.Contracts.SellRealtyResponse=gtc("SellRealtyResponse:http://schemas.datacontract.org/2004/07/CSM.Core.Contracts");
CSM.Core.Contracts.SellRealtyResponse.registerClass('CSM.Core.Contracts.SellRealtyResponse');
}
if (typeof(netzkern.BusinessExtensions.ServiceRequestOfWishListRequestpxQDHy9Z) === 'undefined') {
netzkern.BusinessExtensions.ServiceRequestOfWishListRequestpxQDHy9Z=gtc("ServiceRequestOfWishListRequestpxQDHy9Z:http://schemas.datacontract.org/2004/07/netzkern.BusinessExtensions");
netzkern.BusinessExtensions.ServiceRequestOfWishListRequestpxQDHy9Z.registerClass('netzkern.BusinessExtensions.ServiceRequestOfWishListRequestpxQDHy9Z');
}
if (typeof(bizext.netzkern.biz.ServiceResponseOfWishListResponsepxQDHy9Z) === 'undefined') {
bizext.netzkern.biz.ServiceResponseOfWishListResponsepxQDHy9Z=gtc("ServiceResponseOfWishListResponsepxQDHy9Z:http://bizext.netzkern.biz/");
bizext.netzkern.biz.ServiceResponseOfWishListResponsepxQDHy9Z.registerClass('bizext.netzkern.biz.ServiceResponseOfWishListResponsepxQDHy9Z');
}
if (typeof(CSM.Core.Contracts.WishListResponse) === 'undefined') {
CSM.Core.Contracts.WishListResponse=gtc("WishListResponse:http://schemas.datacontract.org/2004/07/CSM.Core.Contracts");
CSM.Core.Contracts.WishListResponse.registerClass('CSM.Core.Contracts.WishListResponse');
}
if (typeof(netzkern.BusinessExtensions.ServiceRequestOfSendAddressRequestpxQDHy9Z) === 'undefined') {
netzkern.BusinessExtensions.ServiceRequestOfSendAddressRequestpxQDHy9Z=gtc("ServiceRequestOfSendAddressRequestpxQDHy9Z:http://schemas.datacontract.org/2004/07/netzkern.BusinessExtensions");
netzkern.BusinessExtensions.ServiceRequestOfSendAddressRequestpxQDHy9Z.registerClass('netzkern.BusinessExtensions.ServiceRequestOfSendAddressRequestpxQDHy9Z');
}
if (typeof(CSM.Core.Contracts.SendAddressRequest) === 'undefined') {
CSM.Core.Contracts.SendAddressRequest=gtc("SendAddressRequest:http://schemas.datacontract.org/2004/07/CSM.Core.Contracts");
CSM.Core.Contracts.SendAddressRequest.registerClass('CSM.Core.Contracts.SendAddressRequest');
}
if (typeof(bizext.netzkern.biz.ServiceResponseOfSendAddressResponsepxQDHy9Z) === 'undefined') {
bizext.netzkern.biz.ServiceResponseOfSendAddressResponsepxQDHy9Z=gtc("ServiceResponseOfSendAddressResponsepxQDHy9Z:http://bizext.netzkern.biz/");
bizext.netzkern.biz.ServiceResponseOfSendAddressResponsepxQDHy9Z.registerClass('bizext.netzkern.biz.ServiceResponseOfSendAddressResponsepxQDHy9Z');
}
if (typeof(CSM.Core.Contracts.SendAddressResponse) === 'undefined') {
CSM.Core.Contracts.SendAddressResponse=gtc("SendAddressResponse:http://schemas.datacontract.org/2004/07/CSM.Core.Contracts");
CSM.Core.Contracts.SendAddressResponse.registerClass('CSM.Core.Contracts.SendAddressResponse');
}

