How to access and send data to .net webservice using ruby

Hi,
I’m developing application in ruby which access webservice
developed in .Net

I have following problem
-How to call webmethod and passing data as argument

Is there any one to help me.

Thx,
Mohan

On Wed, Apr 20, 2011 at 12:45 PM, mohan [email protected] wrote:

Hi,
I’m developing application in ruby which access webservice
developed in .Net

I have following problem
-How to call webmethod and passing data as argument

Is there any one to help me.

What kind of web service is it? SOAP? I’ve seen people asking
questions in this list about soap4r and savon, maybe you can take a
look at those gems.

Jesus.