views:

62

answers:

1

I have a duplex service and i'm using silverlight for the functionality of inserting values and retrieving values.The first thing i want to know is:

when i add a new endpoint for example wsdualhttpbinding,then my service doesn't work.It doesn't give any error but it neither retrieves nor inserts the values.

Second thing is if any one can provide me the code for implementing Duplex Service and WsDualHttpBinding.Duplex for silverlight and WsDualHttpBinding for asp.net

+1  A: 

For information on duplex binding there is a ton of information only a search away: http://www.liquidjelly.co.uk/supersearch/?q=silverlight%20duplex%20binding&lang=en-GB

Remember that HTTP binding for Silvelight is limited.

Good luck. (Remember what tvanfosson has suggested - you can do this historically too)
Mark

Mark Cooper
but i'm not able to find any sample for duplex and wsdualhttpbinding,there is information provided on what are these but not the sample
Tarun