The wcf-callbacks tag has no wiki summary.
0
votes
0answers
12 views
Wcf duplex maintain channel callback alive with asp.net client
I have wcf duplex service for client connect. When each client connect, service will notification to all client who connected.
Code connect in service, IClientService is callback in client.
static ...
3
votes
2answers
94 views
WCF architecture so I can work with callbacks and authenticate against an AD
Sorry for the long title.
This one is about WCF configuration and security. I have the following scenario:
one server (IIS)
N clients (WPF applications)
web services to communicate between clients ...
0
votes
0answers
60 views
WCF calls in MVC4 Global.asax break callbacks in Controllers
I usually call WCF services (with or without callbacks) in my Asp.Net MVC4 Controllers without any issue, but if I add a call to any WCF service in Global.asax, all callback calls (from the service to ...
0
votes
0answers
44 views
Are WCF callbacks an anti-pattern?
As far as I understand it one of the things servers are very good at is managing large numbers of incoming connections, allocating those connections resources as they become available and then ...
-1
votes
1answer
27 views
WCF callback and non WCF client [duplicate]
I wonder if you can use WCF callback with a client not implemented in .NET. Google could not answer me for that.
Thanks
0
votes
1answer
38 views
WCF call back in load balancing server
I have a chat application developed using WCF call back contract.This use netTcp binding for the client server communication.
Client is a Windows Forms application will be running in the client ...
1
vote
0answers
55 views
WCF: call a service method on a callback (same client) with async methods
I'm doing some WCF experiments to understand how far I can run with sessions, callbacks and TPL. One of these experiments has strange outcomes...
The service is implemented with a bidirectional ...
0
votes
1answer
54 views
Monitor the queue of TCP messages awaiting transmission
I have a WCF client and server using NetTcp. The server is hosted in a ServiceHost from within a Windows Service. The client subscribes to the WCF service and registers its callback interface and ...
1
vote
0answers
150 views
Receiving a WCF callback service from a ASP.NET web app hosted in IIS
I have been working on this issue for a couple of days now.
The problem has 3 working parts.
I have a ASP.NET site , WCF IIS hosted service and WPF xbap app.
What I'm trying to do is pass variables ...
1
vote
1answer
297 views
update web application using push notification
I am developing one web application in asp.net 3.5. Now I hv to do push notication with WCF.
I hv successfully developed WCF with callback.
Now my problem arises I cant update web application because ...
1
vote
1answer
178 views
Display Messages after getting response from WCF
I am building a WCF Application for Push notification where user have to first subscribe himself and after subscribe the client get response from WCF.
i use wsDualHttpBinding as binding and ...
1
vote
0answers
56 views
WCF Service for two type of clients, only one with callback
I want to create a WCF service for two types of clients
1- for windows phone 7
2- for windows (wpf)
and I want to support callback for (wpf client) only, since i dont' need it for windows phone 7 ...
0
votes
1answer
53 views
Can a proxy to a duplex service be instanciated as one-way?
I have changed a former WCF one-way service to a duplex service so I can implement callbacks.
My actual problem is since that change, every piece of code that instanciates the service proxy needs to ...
0
votes
0answers
160 views
Metro apps. WCF full duplex, deadlock exception
I've created the WCF-service (tcp binding, full duplex).
The client is metro-application in Windows 8.
I have the exception in the callback method when I try to call the service-method:
This ...
0
votes
0answers
119 views
WCF callback succeeds once but then fails for subsequent calls
I have the following WCF service:
[ServiceContract(CallbackContract = typeof(IControlServiceCallback), SessionMode = SessionMode.Required)]
public interface IControlService
{
...
1
vote
0answers
160 views
WCF interoperability with callback contract
I need to implement a service that supports duplex communication with non WCF clients (python, Java, Ruby, etc.). However, none of the default bindings seem to support such a scenario ...
0
votes
2answers
124 views
WCF callback faulting depending on parameters
This is my problem. If I call my callback like so:
clients[computerID].PrintLabelCallback(label);
The channel faults and I get an CommunicationFault exception on the client side. The call being ...
0
votes
1answer
196 views
WCF: WS-Dual binding or basichttp binding to stream file in chunks
I'm currently developing service in which client communicate with server by sending xml files with messages. In order to improve reliability of messaging (client will be using low quality limited ...
0
votes
1answer
27 views
How to give back fetch data back to client application once it re-open in WCF service
If application close before it gets data from WCF Duplex service I am planning to serialize that message and keep in WCF service hosted server. Once the application is re-open I want to notify the ...
1
vote
1answer
198 views
invoke callback during the execution of a contract operation
I am programming a WCF service on Azure.
In my Service, I need to invoke callback during the execution of a contract operation. When I attempt to do that, an exception will throw and the client will ...
1
vote
1answer
306 views
delphi xe2 implementing wcf made in .net and support callback
I made a simple .NET WCF wsDualHttpBinding that does callback to client. Now I am trying to make a simple delphi console application that implements my wcf service. Here is the code that wsdl soap ...
0
votes
2answers
353 views
how to async callback a recursive function in WCF?
Introduction: I have a Server [WCF service library] and Client [Winform], client connects to server using netTcpBinding.
the server job is to share Computer Files to the client with a file manager ...
-6
votes
1answer
143 views
WCF CallBack implementation [closed]
Im having hard time to understand the advantages of callback on the basic way of making our client to be a service too and our service to be a client too.
0
votes
2answers
457 views
how to access listview from another class?
I have a WCF service lib and client[Winform] that connect using netTCPbinding.
the client called a function Search(string txtSearch,string path) and the server should send back the result, but i don't ...
0
votes
3answers
294 views
ASP.NET Comet Approach vs WCF Callback
I want / have to implement a chat (like facebooks) in my web app. Through my research I've found two different approaches and I don't know which want I should take (to be honest I tried one but it has ...
3
votes
2answers
1k views
WCF Callback Service with netTcp Binding timeout after 10 mins
I'm creating a chat application with WCF(using callback contract) and netTcpBinding.
I'm hosting the service as a windows service and accessing it from other computers
via the client application.
...
0
votes
1answer
327 views
PerSession WCF Service with Callback for Silverlight client
We would like to develop WCF service for SL clients, which should support session management (PerSession) and callbacks. The WCF service would be hosted as a Windows service.
What would be best WCF ...
0
votes
1answer
289 views
Multi-threading synchronization using wide scope lock with WCF callbacks
What I want to do is this--
I want to make a proxy call to a service and receive data on a separate thread through an asynchronous callback...the tricky part is that I want to make the foreground ...
0
votes
1answer
109 views
how to change service callback timeout dynamicly
I need to set my service's callback timeouts
but i cannot find where are they defined.
this needs to be hardcoded.
1
vote
1answer
650 views
WCF - client callback recommended?
I have one WCF service that exposes two operations - IncrementList() and GetList(). Client B connects to the service, calls GetList() and displays to the user. Client A has the ability to update this ...
0
votes
1answer
408 views
Consuming a WCF Duplex service inside of a RESTful service
Suppose I wanted to create a WCF WebHTTP service ("ServiceREST") that had a reference to a duplex service ("ServiceDuplex"). ServiceDuplex requires implementations of certain callback members to ...
0
votes
1answer
165 views
How can I callback the client and expose a new Channel with instance context
I'm making a WCF service with netTcpBinding which has a main lobby with multiple chatrooms which the clients can enter. The Lobby class implements ILobby as the service contract.
When a client wishes ...
0
votes
2answers
308 views
WCF callback won't pass derived class
CLIENT SIDE
my client got the following callback contract:
[ServiceContract]
interface IEvent
{
[OperationContract(IsOneWay = true)]
void OnEvent(string serverName, string changeType, ...
1
vote
1answer
492 views
Host WCF service on shared provider
I am trying to access my WCF service on a shared hosting server, i can consume the service but when i try to call the service i get "The caller was not authenticated by the service" error.
Client ...
0
votes
1answer
512 views
Using a Callback to pass an Event to a WCF Client
I am trying to have my WCF client receive info from a callback. I have created a Client Library that any WCF Client can use to connect to my WCF Service. I am uncertain if I should implement the ...
0
votes
1answer
199 views
How can I propogate an event in a windows service to the WCF service it is hosting so that the WCF service will raise a callback to the client?
Here is what I want to do:
Have a windows service that hosts a WCF service. This service also will get notifications from SQL Server via SQLDependency.
When the windows service gets notified by SQL ...
1
vote
1answer
776 views
WCF One-Way Callbacks Timing Out?
How is this possible? I thought one way calls were fire and forget. The method is marked as one-way. The callback concurrency mode is set to Multiple and the UseSychronizationContext of the ...
0
votes
1answer
1k views
WCF Duplex: How to handle thrown exception in duplex Callback
How do I handle an exception thrown in a callback method on the client in a WCF duplex setup?
Currently, the client does not appear to raise the faulted event (unless I'm monitoring it incorrectly?) ...
0
votes
2answers
2k views
WCF Duplex Callback in WPF Application: Dispatcher.BeginInvoke doesn't execute the delegate
I'm trying to set up a simple duplex service whereby clients connect to the server. Any connected client may execute the BookAdded service operation. When this occurs the server is supposed to raise a ...
0
votes
1answer
183 views
how to check availablity of wcf service client for callback?
I've implemented pub/sub framework using ASP.NET, WCF Service with net.tcp binding. I hosted wcf service on IIS7.5. My code was developed under VS2010, Windows7.
My demo application is working fine ...
1
vote
2answers
1k views
How to update value in textBox in ASP.NET from other threads?
I'm using ASP.NET 4.0 on IIS7.5 and WCF Callback technique. I have no problem with callback. The wcf service can fire callback method in web client but it seems it's on another thread with the UI ...
0
votes
1answer
360 views
Can a WCF service object implementing a contract for a net.msmq endpoint also implement a callback contract for a net.tcp endpoint?
Trying to implement a MSMQ-backed WCF PubSub. I understand that net.msmq is one-way; however when I use a single service object to implement the net.msmq endpoint for reading from the underlying ...
1
vote
1answer
533 views
WCF4 routing with reliable sessions and callbacks
I'll start with an explanation of what I'm trying to do, and the environment / circumstances involved.
I'm working with a pre-existing WCF service (hosted as a windows service) that I've implemented ...
0
votes
1answer
2k views
WCF InstanceContext Error
publisher and subscriber concept using WCF, publisher(Server) to develop in WCF service and subscriber(Client) to develop in windows application. Publisher to create a proxy and to implement i got ...
1
vote
1answer
662 views
Error handling with Javascript-enabled WCF?
Is there documentation on how to use the callback functions in a WCF Service that is exposed to Javascript? I'm interested in getting information from the FailureCallback as to why my method isn't ...
0
votes
1answer
681 views
Unity unable to correctly resolve WCF InstanceContext implementation
I'm attempting to set up the client for a duplex WCF service via Unity 2.0. To do so, I want to insert an implementation of my CallbackContract - IUpdateClient - into an InstanceContext, which is then ...
0
votes
2answers
1k views
Is the callback from WCF to ASP.NET possible?
I have a Web service hosted in IIS in different box and WCF service hosted in Windows service, in a different box.(N-tier approach). Here, Web service is a client for WCF service. The request to ...
3
votes
2answers
517 views
CallBack in WCF?
How we use CallBack in WCF fluently with events and delegates?
If Client give any request or any conditions matches of client then services automatically fire the event which condition or request ...
0
votes
1answer
402 views
WCF communicating between services on a server
I'm implementing an alert type system within my company LAN using WCF callbacks. It has a subscribe mechanism etc. I've used this tutorial as a starting point but I changed the binding to ...
3
votes
2answers
10k views
How can I send a notification message from server to all clients in WCF (broadcast you can say)?
I want to send notification message every second from net tcp WCF service to all clients,
Broadcast you can say?
After the helpful answers
I wrote the following method that will send notifications ...

