savonrb / savon

Heavy metal SOAP client
https://www.savonrb.com
MIT License
2.07k stars 617 forks source link

Any chance of Event Machine intergration? #286

Closed lukebyrne closed 12 years ago

lukebyrne commented 12 years ago

Hi all,

Firstly thanks for Savon, it has saved me soo much trouble!

I have written a gem with it http://github.com/lukebyrne/betfair, and it works great.

I am now looking to use this gem in some event machine projects and so have been digging around, looking for info.

I have downloaded the source code, and have looked into where savon makes it 'HTTPI::Request.new' calls.

Would it be as simple as replacing these with 'EventMachine::HttpRequest' and making the event-machine gem a dependancy?

Thanks in advance.

Cheers,

Luke

rubiii commented 12 years ago

unfortunately it's not that easy. please refer to rubiii/httpi#40

elsurudo commented 11 years ago

Has anything changed since this was closed 10 months ago? It's a feature I'd like as well, but not sure where to start.

rubiii commented 11 years ago

@elsurudo the latest versions of httpi support em-http-request. hope that works for you.

elsurudo commented 11 years ago

Thanks @rubiii. I did find that after I posted this.