Re: [Ilugc] SOA - Webservice from Query

2014-10-23 Thread Rajesh kumar
> HMM. > > ​I think this is the reason frameworks like Django[1]/Rails[2]/Sails[3] are > used? Someone can correct me if i'm wrong. > > Well Said, but still i saw in django also orm cannot be directly output as webservice. I have searched enough for this concept. Its better to create one for this

Re: [Ilugc] SOA - Webservice from Query

2014-10-21 Thread Shrayas rajagopal
On Sun, Oct 19, 2014 at 9:59 AM, Rajesh kumar wrote: > Every time when i am creating a feed for webservice, i need to use any of > the wrapper using programming language. I need a framework/application > where i can feed the sql query and create a webservice for that query, so > that when ever i

Re: [Ilugc] SOA - Webservice from Query

2014-10-18 Thread Rajesh kumar
​Could you elaborate? I quite don't grasp the requirement of something like > this. > > Every time when i am creating a feed for webservice, i need to use any of the wrapper using programming language. I need a framework/application where i can feed the sql query and create a webservice for that q

Re: [Ilugc] SOA - Webservice from Query

2014-10-18 Thread Shrayas rajagopal
On Tue, Oct 14, 2014 at 12:57 PM, Rajesh kumar wrote: > > Hi, > > Is there any framework or application which can expose my sql queries into > webservice. > > I need a requirement where i need expose my data in database into > webservices. > > Everytime i need to code in php or python to expose my

Re: [Ilugc] SOA - Webservice from Query

2014-10-14 Thread Shakthi Kannan
Hi, --- On Tue, Oct 14, 2014 at 12:57 PM, Rajesh kumar wrote: | Is there any framework or application which can expose my sql queries into | webservice. \-- Not sure the context as to why you would want to do this. Try this, perhaps? http://stackoverflow.com/questions/4771485/exposing-mysql-

[Ilugc] SOA - Webservice from Query

2014-10-14 Thread Rajesh kumar
Hi, Is there any framework or application which can expose my sql queries into webservice. I need a requirement where i need expose my data in database into webservices. Everytime i need to code in php or python to expose my mysqlquery to a webservice. If there is any tool which can do this for