Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need to create an application in linux that consumes a WCF web service running in wsDualHttpBinding.

I am not very familiar with the Linux world. So it would be kind on me if you guys could keep the linux terms simple and understandable to a Windows person :-). Thanks.
Posted

1 solution

Hi bro!
You may call WCF services from Linux via almost any programming language or platform by exposing your WCF service via XML/HTTP (via basicHttpBinding), SOAP/HTTP (wsHttpBinding) or REST.
So, it's just a matter of finding the right libraries for your chosen Linux for your platform

Please look the following links:
Calling WCF Services from a Linux C++ Client Using gSOAP/
WCF Services on Moonlight
If you only know French, then you can see this video:
Interop Open XML/Java/.NET/Linux/Windows/WCF (part 1)[^]
Interop Open XML/Java/.NET/Linux/Windows/WCF (part 2)[^]

I hope all info will help you!
 
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