Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created some WCF Services (using PollingDuplexHttpBindings) for Silverlight clients. I have been using the VS2010 Add Service Reference to create a proxy for the Silverlight client. Recently, I have run into an issue using the VS Add Service Reference and so I tried using the SvcUtil to create the duplex proxy code. The SvcUtil output code seems to be missing some of the callback code including events, so now I am trying to create a proxy to support polling duplex communications manually. Does anyone have a complete example of a proxy that supports polling duplex communications to help me get started in the right direction?
Posted
Updated 4-May-12 7:50am
v2
Comments
SASS_Shooter 7-May-12 15:20pm    
Did you review the output to see if it threw errors? Are you running the util against the running services, a metadata file, or a config file?
dnstaylor 7-May-12 15:32pm    
I was running the util against a service I published to IIS. I don't believe any errors were generated.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900