The duplex tag has no wiki summary.
0
votes
1answer
31 views
java socket sending and receiving
since hours I am thinking about how I should use Java Sockets to send and receive data. I hope you can help me finding a good way to do it.
I have build a Server/Client structure where the client ...
0
votes
0answers
28 views
Server doesn't seem to respond to requests.
I'm developing silverlight application with wcf duplex service back-end.
The first connection of my app to service (stream opening) works just fine, but the second 'freezes' for some reason and ...
0
votes
1answer
49 views
Can't host the WCF service
I have WCF service with wsDualHttpBinding.
How to host it in managed application?
Uri baseAddress = new Uri("http://localhost:51160");
using (ServiceHost host = new ServiceHost(typeof(FileServer), ...
0
votes
1answer
40 views
SvcUtil is not generating a class derived from DuplexClientBase despite the ServiceContract defining a CallbackContract
When I use SvcUtil.exe to generate a proxy of my service, I get a class derived from ClientBase even though I declare a CallbackContract. This is the service contract:
...
0
votes
0answers
41 views
Exception with WCF in MONO using Duplex Communication
When I try to run my Project (with duplex Net TCP Connection), wich is working with NET 4.0 verry well, on MONO, I got the following Exception:
Exception Object of type ...
0
votes
0answers
59 views
WCF duplex Callback not serializing array objects
I have two client apps send messages to each other through server app using WCF TCP bind. When I use [DataContract] for Classes that don't contain List or Arrays, everything is OK. But if that Class ...
5
votes
1answer
121 views
How to read WCF message headers in duplex callback?
In a normal WCF request/reply contract, you can read the message headers using something like:
OperationContract.Current.IncomingMessageHeaders
What I can't figure out is how to do this on the ...
0
votes
0answers
36 views
How to exchange meta-data in a WCF duplex callback implementation?
I would like to exchange meta-data about the current client/server activity between the client and server in a duplex implementation. For example, I would like the client to write a "activity ID" to ...
-2
votes
1answer
40 views
Collect information from multiple machines using WCF [closed]
Multiple information providers with wcf
how i can collect information from multiple machine ?!
like a chat application for example ?
what is the strategy to use to consume resources from multiple ...
0
votes
0answers
21 views
WCF Duplexing Client to client
Could you use WCF duplexing to send a request from a client through the service to another client ( say a POS system) and then wait for a response from the pos system?
The reason I ask is I'm trying ...
0
votes
0answers
56 views
how to host WCF Duplex service on internet
i have a WCF service with WSDualHttpBinding, the service works fine locally, when i host it on the IIS it does not work,first it was asking for credentials to login where no authentication was setted ...
0
votes
0answers
71 views
how to use callback and GCM enabled WCF service together using SOAP/REST
i have a WCF service which has two endpoints SOAP and REST, and i have three Applications on this service i.e. WPF,ASP.NET using SOAP endpoint and Android Application using REST endpoint,the top ...
0
votes
0answers
46 views
Duplex communication between client and service in azure
i've been trying for a couple days making a duplex communication with a service present on WebRole in Azure. I add a reference of service to my client (console aplication running locally) and when try ...
0
votes
0answers
49 views
WCF duplex service fails in async
I have created a WCF service in which one of the exposed methods performs a long running task.
Because I did not want the clients to be in the dark about the progress, I made it duplex, and created a ...
0
votes
2answers
215 views
WCF- System.ServiceModel.Channels.ServiceChannel has been Aborted
Following is the Duplex Service and its WebConfig file. In the service, the transmitting client sends it data via TransmitUserData method and the receiving client receives the data via PublishUserData ...
2
votes
1answer
130 views
Duplex printing with WebBrowser control only printing 1 side
I'm having an issue with my .NET application only printing the second page of my HTML file, and completely ignoring the first page (no other page is printed, and the back of it is blank).
When I pull ...
0
votes
2answers
83 views
WCF duplex nettcp channel not faulting
Problem
I have this strange problem. I am hosting a WCF server in a console app:
Console.WriteLine("Press 'q' to quit.");
var serviceHost = new ...
0
votes
0answers
23 views
Duplex Service to update client from aspx page
All I want is that as the data is changed in asp.net web application through a query in aspx code page , it is updated live in silverlight page.
I have built a Duplex Service over WCF service with ...
-2
votes
1answer
54 views
Chat Application Suggestion .Net
I am going to develop a chat application, I am confused which way I choose. Below are the option, please suggest me which/why is the best way to create a chat application.
WCF Duplex chat
Socket
...
0
votes
1answer
74 views
Detect if printer support duplex programmatically using obj-c
I have been stumped by this for the last few days. I need to detect if a printer support duplex printing.
I have had partial success using code like:
NSPrinter * printer = [NSPrinter ...
1
vote
1answer
276 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
409 views
duplex operation between two processes using named pipes in c#
I am trying to use named pipes to communicate between a server and a client process on the same machine. server sends a message to client, client does something with it and returns a result, and ...
1
vote
1answer
160 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 ...
0
votes
1answer
80 views
How to use duplex in netnamedpipe in wcf 4.0
Is there any way that we can use netnamedpipe binding with duplex ?
I am getting the following error.
Contract requires Duplex, but Binding 'NetNamedPipeBinding' doesn't support it or isn't ...
0
votes
0answers
95 views
DuplexChannelFactory (Silverlight) working at Runtime but not at Designtime
I've the following code:
var bind = new PollingDuplexHttpBinding();
bind.MaxReceivedMessageSize = 2147483647;
EndpointAddress myEndpoint = new ...
1
vote
1answer
379 views
Prevent deadlock issue with WCF duplex callback service
I have a problem with a self-hosted wcf duplex callback service. I get an InvalidOperationException with message:
This operation would deadlock because the reply cannot be received
until the ...
1
vote
1answer
302 views
Getting an error: Contract requires Duplex, but Binding 'BasicHttpBinding' doesn't support it or isn't configured properly to support it
I have a WCF service and a Silverlight 5 client.
I've defined the following interfaces:
[ServiceContract(Namespace = "Silverlight", CallbackContract = typeof(IDuplexClient))]
public interface ...
2
votes
1answer
184 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
...
0
votes
3answers
141 views
Thread.Sleep in WCF and Silverlight
I'm designing a silverlight game and I'm stuck with the game end functions. It's a turn based card game and I'm using WCF Duplex. But when I call finalize function, callbacks are receiving OnEndGame ...
0
votes
1answer
51 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
1answer
96 views
WCF duplex scenario - notifying server of client errors
In a client server WCF duplex scenario, what is the recommended way to let the server know that an error occurred on the client side? Let's say that the server notifies one of the clients that it ...
1
vote
1answer
267 views
Why is a TimeoutException not faulting my channel?
I have a duplex WCF service and client running on the same machine. The client is configured to have 15 second timeouts:
<binding name="NetTcpBinding_IServiceIPC" closeTimeout="00:00:15"
...
1
vote
0answers
160 views
Printing from Different Trays on a Duplex Printer (Word 2003)
I am making a macro which prints page 1 From one tray which has headed paper and all other pages from another tray.
This works fine apart from the printer duplex's it, so it comes out back to front ...
1
vote
1answer
105 views
Audio Panning using RtAudio
I use Rtaudio library.
I would like to implement an audio program where I can control the panning (e.g. shifting the sound from the left channel to the right channel).
In my specific case, I use a ...
0
votes
0answers
133 views
WNS or WCF (web socket based duplex service) for windows 8 chat application
I want to develop a chat application for windows 8 where at a time there will be 1000-2000 clients simultaneously communicating with each other.So far i found two options.Windows Notification ...
4
votes
0answers
435 views
Printing landscape documents with Java on duplex mode
I've a JasperReports report to be printed on landscape mode on a duplex printer. On this I've to support PCL5 and PCL6 printing drivers.
Searching on the internet, I discovered the following code ...
1
vote
0answers
301 views
Contract requires Duplex, but Binding 'BasicHttpBinding' doesn't support it or isn't configured properly to support it
I make a wcf service, but when I try to update service reference, it always give this exception, "Contract requires Duplex, but Binding 'BasicHttpBinding' doesn't support it or isn't configured ...
0
votes
2answers
158 views
Should I use a lock to prevent a WCF deadlock in this situation?
I have a WCF duplex service with a 2 way method called GetList, plus a one way callback method ItemUpdated.
I've detected a deadlock in the following situation:
The service calls the ItemUpdated ...
0
votes
0answers
208 views
WCF NetTCP Duplex : Silverlight & WPF
I'm following the example here
http://www.42spikes.com/post/Using-Silverlight-4-and-NetTCP-Duplex-Callbacks.aspx
1) How to get rid of the error ( which the example have it but somehow it gone after ...
0
votes
2answers
373 views
Hosting wcf duplex service in IIS
I'm able to host a "normal" basichttp service with IIS and access it over the local network.
The problem is, that I'm trying to do a duplex service and host it in IIS.
My Web.Config:
...
0
votes
0answers
159 views
Access 2007 - Report Grouping - Duplex Printing - Keep groups on separate pages?
In Access 2007, I am doing maintenance on a report that is printed on a duplex printer. The reports are printed, then sent to various users in different locations. Therefore, reports cannot have one ...
0
votes
1answer
136 views
actionscript socket readBytes() <- java app write() write() write()
I,m a newbie in action script. I developing a flex application using socket for IO.
The problem is I cant read bytes through action script socket from a various writes from the server side without ...
0
votes
1answer
26 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
176 views
Wcf Duplex Service Resetting Static Data on Internal Calls
So I am only a few days into learning about wcf services, specifically duplex, and I am starting with a test app. The goal is to have a Service that has an internal (static?) class which stores ...
0
votes
1answer
308 views
Print duplex in Java
How can I print duplex in java!?
Here's my code, but it didn't work - it only works in microsoft word (so the printer can do it)
PrintRequestAttributeSet pras = new HashPrintRequestAttributeSet();
...
0
votes
0answers
175 views
Unable to configure Duplex WCF Routing Service
I am trying to setup a WCF Routing service to work with my Duplex WCF Service by specifying IDuplexSessionRouter as contract. There is no problem initiating the call. However, every time the server ...
0
votes
0answers
100 views
WCF p2p: duplexchannel works but normal channel does not
I'm facing a problem where my simple p2p channel does not work but if I simply change it to duplex channel it works.
My original code:
[ServiceContract]
public interface IWorker
{
...
0
votes
1answer
1k views
Printing with advanced options (tray selection, duplex, staple)
We have a project of managing printing documents. At first I wonder why printing options couldn't be set up in single place. For example printer tray selection for first page and for other pages can ...
1
vote
2answers
578 views
when to use duplex service?
Well, I know that in a duplex contract the service can send messages to the client, but I would like to know when that is really useful.
I have a common application that send request to the service ...
1
vote
2answers
223 views
wcf: is it possible to have a duplex contract with tcp binding and streamed transfer mode?
I have a WCF service and a tcp binding. By the moment, the transfer mode is buffered, the default option, but I have problems with file transfers, so I have been advised that perhaps it's better to ...
