Can I create two different binding for client side in wcf?

Posted by Programmer123 under WCF on 11/21/2013 | Points: 10 | Views : 3127 | Status : [Member] | Replies : 7
I know that we can create two different bind on service side. But Can I create two binding different binding on Clint side.




Responses

Posted by: Bandi on: 11/22/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
Refer How can we host a service on two different protocols on a single server? in the following link http://www.codeproject.com/Articles/29480/Windows-Communication-Foundation-FAQ-quick-starter#Howcanwehostaserviceontwodifferentprotocolsonasingleserver

Yes we can do different bindings for different clients in WCF.. Refer
http://stackoverflow.com/questions/3929847/wcf-service-with-two-binding-types-for-two-different-clients
http://social.msdn.microsoft.com/Forums/vstudio/en-US/4f6a7c0c-8944-4828-81bc-4f76bbe6cbf9/wcf-proxy-creation-at-client-side-with-multiple-endpoint?forum=wcf

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Programmer123, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Allemahesh on: 11/22/2013 [Member] [MVP] Silver | Points: 25

Up
0
Down
Why you need to create two different binding on Clint side? What is your requirement.

Programmer123, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Programmer123 on: 11/23/2013 [Member] Starter | Points: 25

Up
0
Down
This question is asked in one of my interview. Can any one know the answer?

Programmer123, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Allemahesh on: 12/4/2013 [Member] [MVP] Silver | Points: 25

Up
0
Down
See the below links:-

http://msdn.microsoft.com/en-us/magazine/cc163394.aspx

Programmer123, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Allemahesh on: 12/4/2013 [Member] [MVP] Silver | Points: 25

Up
0
Down
Let me know if you have any issues?

Programmer123, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response