Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I want to create Web Service in WCF .net C#.
The client that will connect my server have QT framework on Linux.

Which kind of binding i should use in my WCF endpoint to support clients for that system?
(I need also to let the user to register to events in my system. For example by ServiceContract with CallbackContract).
Can i create wsDualHttpBinding on the server for the Linux client with QT framework or there is another way?

Thanks,
Shai.
Posted

1 solution

It's really not that hard to use google ("wcf web service linux client"). Here's one of the 210,000 hits returned:

http://coab.wordpress.com/2009/10/15/calling-wcf-services-from-a-linux-c-client-using-gsoap/[^]
 
Share this answer
 

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