When I try to fetch the interface definition from the server using the URL http:///Handler.ashx/binmessage I get this response:
Server Error in ‘/’ Application.
Cannot call SendResponse twice
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: RemObjects.SDK.Exceptions.SuperChannelException: Cannot call SendResponse twice
Source Error:
Line 54: public IAsyncResult BeginProcessRequest(HttpContext context, AsyncCallback cb, object extraData)
Line 55: {
Line 56: return SuperHttpFactoryInstance(context).BeginProcessRequest(context, cb, extraData);
Line 57: }
Line 58:
Source File: D:\adato_webservice\AzureService\WebRole1\Handler.ashx.cs Line: 56
Stack Trace:
[SuperChannelException: Cannot call SendResponse twice]
RemObjects.SDK.Server.Web.SuperHttpWebProcessor.SendResponse(IServerChannelInfo channel, Byte[] responseData, HttpHeaders responseHeaders, SuperHttpServerResponse userData) +656
RemObjects.SDK.Server.SuperHttpServerChannel.InternalSendError(HttpHeaders request, IServerChannelInfo context, HttpStatusCode code, String message) +99
RemObjects.SDK.Server.SuperHttpServerChannel.ProcessRequest(IServerChannelInfo context, HttpHeaders requestHeaders, String path, Byte[] data, Socket socket) +412
RemObjects.SDK.Server.Web.SuperHttpWebProcessor.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object userData) +835
WebRole1.Handler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) in D:\adato_webservice\AzureService\WebRole1\Handler.ashx.cs:56
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +103
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1586.0