Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Non-rails possible? #2

Open
mistergibson opened this issue Mar 13, 2010 · 5 comments
Open

Non-rails possible? #2

mistergibson opened this issue Mar 13, 2010 · 5 comments

Comments

@mistergibson
Copy link

Hello,

I was wondering if it is possible to use actionwebservice outside of a rails framework context - sort of on its own. Your thoughts?

@reagent
Copy link

reagent commented Mar 13, 2010

It's probably best to use the XMLRPC library directly in this instance (and even if you're building a Rails app that responds to XMLRPC calls). I converted my blog software from Rails to Sinatra and had to do away with actionwebservice in the process. Once I discovered XMLRPC::Marshal.load_call and XMLRPC::Marshal.dump_response things went pretty quickly. You can see some example code here: http://github.com/reagent/blurt/blob/master/lib/blurt/request_handler.rb

@mistergibson
Copy link
Author

Hrm well,

I'll need to do a full soap thing. I really like actionwebservice, I'm just curious if it is even possible to cobble together something that is close enough to an actionController to work with it (outside of rails). Not in your experience eh?

@mistergibson
Copy link
Author

Know of any plans to let actionwebservice run as a standalone library?

@mistergibson
Copy link
Author

Any ideas on getting ActionWebService::Base running in a rack server?

@reagent
Copy link

reagent commented Mar 25, 2010

I haven't played with the SOAP portion of AWS, so I'm not sure how much work would be involved in creating a DSL for a SOAP endpoint. It looks like this repo hasn't been maintained in a while (I'm not the maintainer), so maybe checking in on some of the other forks is a good idea.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants