WCF /WSDL for the Netburner?

for everything else
Post Reply
User avatar
tod
Posts: 587
Joined: Sat Apr 26, 2008 8:27 am
Location: Southern California
Contact:

WCF /WSDL for the Netburner?

Post by tod »

I've just been doing some WCF code in C# for a PC based project. For those that don't know, one thing it allows is for you to directly call methods on a remote machine. The remote code can be hosted in a web server, console application, windows form app or a windows service. For example, from a remote machine A you can easily create a client to the remote service and just do something like:

Code: Select all

 var some_return_value = someReMachineBClient.PerformSomeTask(someParameter1, someParameter2);
It's all done through the magic of XML/WSDL/SOAP etc. I'm wondering if anyone here has ever implemented or thought about something like WCF on the NetBurner and what tools were used/considered. A quick search turned up gSoap which looks interesting.

Tod
educere
Posts: 3
Joined: Mon Jan 18, 2010 9:22 am

Re: WCF /WSDL for the Netburner?

Post by educere »

No, I haven't seen any. I would be great to have that available. I've implemented a Silverlight app as the UI for the NetBurner app, and WCF would be great!
Post Reply