Writing a simple webservice in C# and calling it from Ruby on Rails
Posted
by hopeless
on Stack Overflow
See other posts from Stack Overflow
or by hopeless
Published on 2010-03-12T15:15:36Z
Indexed on
2010/03/12
15:17 UTC
Read the original article
Hit count: 240
I need to create a simple webservice in C# but I'm not sure where to start (I've coded UI apps in C# before but all my web experience is in Ruby on Rails). Where do I start?
The only client for the webservice will be a Ruby on Rails app so there's no need for any HTML rendering. I was thinking of just returning a XML or YAML formatted string unless there's an easier way. I'm not too keen on SOAP but if it's easy/natural in C# & Ruby then I'd consider it (or anything else).
© Stack Overflow or respective owner