Sending XML requests

I was wondering if there is something built into rails that helps in making XML requests to a third aprty website? Any recommendations for gems that help with this?

What about ordinary SOAP requests? Is Net::HTTP the way to go for that?

Thanks.

tashfeen.ekram wrote:

What about ordinary SOAP requests? Is Net::HTTP the way to go for that?

Take a look at ActiveMerchant's code; specifically the commit method in the module