The pollingduplexhttpbinding tag has no wiki summary.
0
votes
1answer
15 views
How To Attach Service Host Events To Singleton Service Hosted on IIS
How can I attach ServiceHost events such as Faulted and Closed to my wcf service. I'm not creating ServiceHost programmatically but I'm hosting it on IIS. Therefore I can not do that in constructor.
...
0
votes
0answers
38 views
WCF connected client need to be remove when browser closes, system shutdown or System Hibernate
I have created a WCF service with PollingDuplexHttpBinding to achieve real time collaborative environment for silverlight client, there is a list of connected client in WCF service with their ID and ...
0
votes
1answer
115 views
Windows Phone 7 WCF CallBack PollingDuplex Binding Error
I am using WCF in Windows Phone 7 project. I want CallBack Services of WCF in my Project. But, I got an error while using wsDualHttpBinding in the project. So, I googled about it a lot. So, the ...
2
votes
1answer
182 views
Reliability in WCF Polling Duplex Binding
I have a WCF Polling Duplex Service for silverlight clients. I wanted to add Reliability to the service but first I got this error.
The message version of the outgoing message (Soap11
...
7
votes
2answers
396 views
WCF Silverlight client getting 404 not found response for poll message
Eventually WCF duplex Silverlight 4 client start getting 404 Not Found errors for poll messages, immediately after poll was send from WCF service to Silverlight client, sometimes this happens for ...
1
vote
0answers
109 views
WCF: Randomly does not respond
I have a peculiar problem with client requests randomly not getting a response to a WCF service call.
The setup is a Silverlight 5 application making calls to a WCF service, using both HTTP and ...
1
vote
0answers
140 views
Second wcf polling duplex service call is too long
I have strange problem with WCF service. I use pollingDuplexBinding and Silverlight client.
Binding was registred by this code in web.config
<bindingElementExtensions>
<add ...
1
vote
0answers
125 views
Silverlight 4 WCF Polling Duplex doesn't work in IIS Express
I have a silverlight 4 chat program that uses a WCF service with pollingDuplexHttpBinding.
The program works OK In:
* Cassini
* IIS Local Web Server
* All non-Duplex WCF Services work fine in any ...
1
vote
1answer
105 views
WCF & Silverlight >> pollingDuplexHttpBinding >> Calling web services from silverlight as the browser is closed
I have WCF server and Silverlight client using pollingDuplexHttpBinding binding .
I wanna close the connection and call the EndSession operation method , which clears the user from
active users ...
0
votes
0answers
91 views
Silverlight PollingDuplex timeouts
I'm currently working on an application that implements a polling duplex service. I am having issues with the client aborting and I'm not sure why or the right way to handle using the client.
Right ...
0
votes
0answers
169 views
How to register a custom binding extension in code for a self hosted WCF service?
I need a suggestion to register my custom binding extension for my Silverlight duplex commnication (to use PollingDuplexHttpBinding) for my self hosted WCF service.
Below are the binding details, ...
0
votes
0answers
64 views
What steps should I take to make sure a socket server runs correctly (exception free) on IIS?
I have a singleton duplex service that can start/stop a socket server (among other methods) . It's basically a voice server.
Code wise I believe I did everything right because it runs without a ...
0
votes
1answer
82 views
Visual Studio is not generating PollingDuplex Proxy Client
Visual Studio is not creating a constructor for my PollingDuplex proxy. There should be 8 constructors for WCF Client with a constructor including HttpPollingDuplexBinding object and an Endpoint ...
0
votes
1answer
113 views
PollingDuplexHttpBinding Endpoint NotFound - Content Mismatch
I've created a WCF Hosted service that runs in a console to be accessed by silverlight. My PolicyHost works great, my service loads up fine. I can go to my silverlight client and do an "Add Service ...
0
votes
1answer
315 views
WCF >> DUPLEX >> SILVERLIGHT >> pollingDuplexHttpBinding = VERY SLOW ! BIG DELAY
I have
WCF with wsDualHttpBinding binding for WPF applciation --> works good ! get WCF publish mthods immediately.
another binding with pollingDuplexHttpBinding for silvelight 4 --> very slow --> ...
4
votes
2answers
345 views
How to clear the outgoing message buffers at the Server?
I've written a service using PollingDuplexHttpBinding which has a Silverllight client that consumes it. My Service basically has a given number of clients sending their data (quite often, every ...
0
votes
1answer
174 views
Polling Duplex Service Failure in Out of Browser Silverlight Client on Mac
We have a Silverlight client which runs "out-of-browser" on a Mac. This client consumes a WCF service through a polling duplex binding.
In the client I am listening to the "Faulted" event exposed by ...
2
votes
1answer
199 views
WCF service clear buffer
I am currently working on a WCF service and have a small issue. The service is a Polling Duplex service. I initiate data transfer through a message sent to the server. Then the server sends large ...
0
votes
1answer
308 views
Configuring Polling Duplex in app.config Console App
I am having an issue configuring polling duplex binding in my console application. This is the error I am receiving:
Configuration binding extension ...
0
votes
2answers
279 views
WCF service breaks with custom datatype
I am having an issue with a WCF service working correctly. I am trying to create a duplex service but evertime I try to return a custom datatype it breaks the client side.
If I remove GetTestData ...
1
vote
0answers
251 views
Sending large messages from server to client with pollingDuplexHttpBinding
First, I'd like to ask for the theory, because I didn't find any related documentation: We have a Silverlight client and a WCF service. The communication between them is through a ...
0
votes
1answer
617 views
PollingDuplexHttpBinding and DuplexChannelFactory - 'ContractFilter mismatch at the EndpointDispatcher'
I'm writing a duplex service which is to be consumed by a Silverlight 5 client. My server config looks like this (in the right places obviously)-
<bindingExtensions>
...
0
votes
1answer
146 views
Exception: Content Type application/mspd1 was sent to a service expecting application/soap+msbin1
I have WCF service and Silverlight Client. I use PollingDuplexElement.
On server side I have following configuration.
<binding name="DuplexmergencyRegistratorBinding">
...
1
vote
2answers
778 views
Set the Timeout of a Callback in a Polling Duplex WCF Service
I have a WCF service with a CallbackContract. The service is exposed to a Silverlight client using "pollingDuplexHttpBinding"
When the Silverlight client is "dead" and the service calls a callback ...
0
votes
2answers
2k views
WCF Service Reference generates an empty reference.cs due to DuplexBinding
I have WCF service. Here is configuration
<basicHttpBinding>
<binding name="EmergencyRegistratorBinding">
<security mode="TransportCredentialOnly">
<transport ...
0
votes
1answer
148 views
Escaping from Affinity while Polling in the Azure Cloud
I am trying to build an application in Windows Azure that requires notifications - so I am using Http Polling, but I got a problem. I need to get to the very same instance of my web role so I can ...
0
votes
1answer
654 views
Unrecognized element 'pollingDuplexHttpBinding' in service reference configuration
Im using WCF with two endpoints basicHttpBinding and pollingDuplexHttpBinding.
Consuming WCF in Silverlight 4.
If I have alone basic.. and polling.. it works good. But if I used both in one service ...
1
vote
0answers
138 views
Why does Silverlight PollingDuplex service timeout when running on IIS5.1?
I have a Silverlight client, with a PollingDuplex service client, which works fine under IIS7 - callback messages are received clientside without any problems. However, the same client and service ...
2
votes
1answer
228 views
How can I manually create a Silverlight PollingDuplex client/proxy?
There's lots of material explaining why using svcutil.exe (or 'add service reference') is bad - lack of testability, tight coupling etc. Manually creating a client proxy for a simple service is ...
0
votes
1answer
157 views
PollingDuplexHttpBinding and app pool recycles
I use a PollingDuplexHttpBinding so that clients can exchange messages in my application.
Clients are registers via a RegisterClient() method that adds them to a static dictionary for future use.
The ...
2
votes
1answer
308 views
Silverlight and Duplex WCF Service
I have added a WCF service reference to Silverlight application and here's what the binding from web.config that I have looks like
<bindings>
<wsDualHttpBinding>
<binding ...
0
votes
1answer
128 views
Need guidance on getting data to Silverlight app via ASP.NET/WCF
First of all thank you for any help. I have looked extensively and haven't found a sure solution, so here I am...
Basically I am developing an asp.net (4.0) app. One webform represents a report and ...
1
vote
1answer
191 views
WCF Service using PollingDuplex but also having a standard method with no callbacks
I'm not sure if I'm on the right lines but this is what I'm trying to do, I have a Silverlight application and a WCF service, the Silverlight app "subscribes" to the WCF service using PollingDuplex ...
1
vote
1answer
834 views
How do you convert a pollingDuplex binding into a custom binding?
I am using pollingDuplex binding for the communication between my Silverlight web application and my WCF web service. Till now it worked fine until I tried to send large amounts of data from the web ...
0
votes
1answer
377 views
Is it possible to increase the Maximum String Content Length property of a Polling Duplex binding without converting to Custom binding?
I am using Polling Duplex Binding for the communication between my Silverlight client application and my WCF web service. I push messages from the Silverlight web applciation to the WCF web service by ...
1
vote
1answer
576 views
WCF Duplex Service blocking other service calls
I have a Silverlight application that uses a WCF duplex service (Service1) using a pollingDuplexHttpBinding binding and a polling window of 15 seconds.
I have another service (Service2) which is a ...
1
vote
0answers
141 views
Is there a max packet size in Silverlight Polling Duplex?
Is there a max packet size in Silverlight Polling Duplex? My client code -which just simply prints the item count of the pushed list to a label- does work for 500 items in list but does noting (not ...
6
votes
1answer
300 views
PollingDuplexHttpBinding faulted after 5 or 6 calls
I have Implemented polling duplex in silverlight 4 application for getting large amounts of data using client call backs from server, so my service contains some functions with client call backs and ...
0
votes
1answer
128 views
WCF - How to delay task for specified amount of time?
I have WCF WebService for Silverlight client.
Let's say client click "Make building".
Service will receive new task, and star counting time, until it's ready to make action (i.e add to database).
...
1
vote
1answer
979 views
HTTP-Push (Comet/Reverse Ajax)using Silverlight to Javascript bridge?
Is it a good idea to use PollingDuplexHttpBinding with Silverlight in conjunction with the function RegisterScriptableObject to achieve Comet-style javascript functionality?
(see tutorial)
I have ...
0
votes
1answer
2k views
Multi Room Chat Application using SilverLight 4.0 and PollingDuplex
I'm looking for a sample or guidelines to build a multi room chat application using SL 4.0 and PollingDuplex.
Any help ?
2
votes
2answers
845 views
WCF PollingDuplex With High Callback Calls cause Service Too Busy Exception for new Service Subscriptions
I currently trying to build a Duplex WCF Service using PollingDuplex Binding with SilverLight 4.0.
My service calls every 1 second few callbacks methods foreach connected clients.
However, after 2 ...
1
vote
2answers
2k views
What do I need to fix in web.config to get this MSDN sample to work?
Using .NET 4 and Silverlight 4 in Visual Studio 2010, I am trying to follow the MSDN guide to build a duplex service for a Silverlight client ...
1
vote
3answers
2k views
Why does my Wcf Duplex service gets in faulted state after first call to the service?
What I am trying to do is have a wcf duplex service that multiple clients register to. When a client calls the service, the other clients are notified of the call.
Right now, I have a Silverlight app ...
0
votes
0answers
210 views
Share your opinion about the polling duplex binding in WCF [closed]
Does anyone think that the polling duplex http binding is useful in real projects? Does anyone use it? Who has an experience in using polling duplex binding? Share your own opinion, please.
0
votes
2answers
1k views
WCF polling duplex session
I have a Silverlight client which tries to create a session but the server doesn't respond (the client throws a timeout exception). In the server log I've found:
<E2ETraceEvent ...
1
vote
2answers
2k views
wsDualHttpBinding not working outside network with WPF Client
I was trying to implement a DuplexCommunication between WPF and WCF, the communication is working good when test internally, with in the network, when we tried to access this outside network after ...
0
votes
1answer
360 views
Silverlight 4 Duplex Service - Stopping the Callback
I have a Silverlight 4 application that uses WCF duplexing by creating a callback to the client. From the client, I have a method that retrieves all rows from a database (not really, but for this ...
6
votes
2answers
2k views
deadlock when using WCF Duplex Polling with Silverlight
I have followed Tomek Janczuk's demonstration on silverlight tv to create a chat program that uses WCF Duplex Polling web service. The client subscribes to the server, and then the server initiates ...
0
votes
1answer
77 views
what is the best approach for starting a background thread as part of a pollingDuplex scenerio
The client application will register requests to monitor events on the server. The Client's call back is added to a dictionary (and refreshed by the client on a regular interval)
The server will ...
