Mock web services through ruby

Hi,

Has anyone managed to mock web services through Ruby. And if so, could
anyone give me any pointers to libraries or frameworks?

Aidy

Are you looking for a specific kind of web service? Or, just HTTP
handling? If you're looking for SOAP support is in Ruby's standard
library.

Kit

···

On Jun 23, 1:08 pm, aidy <aidy.le...@googlemail.com> wrote:

Hi,

Has anyone managed to mock web services through Ruby. And if so, could
anyone give me any pointers to libraries or frameworks?

Aidy

Hi Kit,

Thanks for getting back. Is is possible to mock with Soap4r (for eg.
3rd party web-services or for services that do not exist as yet)?

Aidy

···

On Jun 23, 10:20 am, "kitplum...@gmail.com" <kitplum...@gmail.com> wrote:

On Jun 23, 1:08 pm, aidy <aidy.le...@googlemail.com> wrote:

> Hi,

> Has anyone managed to mock web services through Ruby. And if so, could
> anyone give me any pointers to libraries or frameworks?

> Aidy

Are you looking for a specific kind of web service? Or, just HTTP
handling? If you're looking for SOAP support is in Ruby's standard
library.

Kit