New to Ruby on Rails? Spread the Word!: DIGG This | Add to del.icio.us
Rails411 is your one stop Ruby on Rails resource directory. Here you will find Ruby on Rails tutorials, Conference & Workshop Listings, Forums, and Hosting. We are the definitive guide for Ruby on Rails web applications, components, gems, scripts, and other related resources for Ruby on Rails. Accomplishing more with your Ruby on Rails website is easy with the help of these tested, pre-packaged, and ready-to-run resources.

Click any category to add your site for free.

Friday, May 16 2008

Web Services


Listings
There are 2 listings in this category. Add your listing here
Calling a .NET Web service from Rails (for dummies)

For the past two weeks, I have been creating a rails application as part of a website I plan to launch in another month or two. This has been my first real foray into the rails platform and I'm definitely liking what I've found.

One sore point for me this weekend was figuring how to call .NET webservices from Rails. There was very little documentation on this topic so once I got it working I decided it needed to be published somewhere. So here goes.

(Hits: 230 | Votes: 0 | Visited: 45 | Added: 2006-05-30 12:56:07)
How To Consume .NET WebServices

I’ve recently needed to make a RubyOnRails web app “talk” to .NET, and chose to use a set of internal .NET web services as the integration layer. Getting it working was a bit of a pain, and took me quite a few hours. Despite Googling it to death, I still couldn’t find any conclusive articles/posts that solved it for me.

Note, if you’re new to this as I am, it may help you at some point to actaully observe the communications coming to and from your web s ...

(Hits: 350 | Votes: 0 | Visited: 113 | Added: 2006-05-30 12:55:03)