Quantcast

GrailsSOAP.. or how does one invoke a WebService with Groovy/Grails?

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

GrailsSOAP.. or how does one invoke a WebService with Groovy/Grails?

Gregory Pierce-2
I was taking a look on the net and found this GrailsSOAP project  
which seemed to be an effort in Groovy to provide some functionality  
for invoking webservices from Groovy. My application needs to be able  
to invoke web services from time to time, so I'm trying to find the  
best "supported" mechanism for invoking web services within Groovy.  
I've seen some stuff with XFire, but that is more for creating  
webservices as opposed to calling them.

What's up community? Surely somebody out there is invoking  
webservices in their code :)

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: GrailsSOAP.. or how does one invoke a WebService with Groovy/Grails?

graemer
http://groovy.codehaus.org/Groovy+SOAP

Cheers

On 2/9/07, Gregory Pierce <[hidden email]> wrote:

> I was taking a look on the net and found this GrailsSOAP project
> which seemed to be an effort in Groovy to provide some functionality
> for invoking webservices from Groovy. My application needs to be able
> to invoke web services from time to time, so I'm trying to find the
> best "supported" mechanism for invoking web services within Groovy.
> I've seen some stuff with XFire, but that is more for creating
> webservices as opposed to calling them.
>
> What's up community? Surely somebody out there is invoking
> webservices in their code :)
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>


--
Graeme Rocher
Grails Project Lead
http://grails.org

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: GrailsSOAP.. or how does one invoke a WebService with Groovy/Grails?

Gregory Pierce-2
Sorry, that was what I meant. If we can integrate this cleanly with  
Grails, do we simply have to add the jar file to the lib directory?

On Feb 10, 2007, at 4:30 AM, Graeme Rocher wrote:

> http://groovy.codehaus.org/Groovy+SOAP
>
> Cheers
>
> On 2/9/07, Gregory Pierce <[hidden email]> wrote:
>> I was taking a look on the net and found this GrailsSOAP project
>> which seemed to be an effort in Groovy to provide some functionality
>> for invoking webservices from Groovy. My application needs to be able
>> to invoke web services from time to time, so I'm trying to find the
>> best "supported" mechanism for invoking web services within Groovy.
>> I've seen some stuff with XFire, but that is more for creating
>> webservices as opposed to calling them.
>>
>> What's up community? Surely somebody out there is invoking
>> webservices in their code :)
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
>
>
> --
> Graeme Rocher
> Grails Project Lead
> http://grails.org
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>    http://xircles.codehaus.org/manage_email
>


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: GrailsSOAP.. or how does one invoke a WebService with Groovy/Grails?

graemer
Yes

On 2/11/07, Gregory Pierce <[hidden email]> wrote:

> Sorry, that was what I meant. If we can integrate this cleanly with
> Grails, do we simply have to add the jar file to the lib directory?
>
> On Feb 10, 2007, at 4:30 AM, Graeme Rocher wrote:
>
> > http://groovy.codehaus.org/Groovy+SOAP
> >
> > Cheers
> >
> > On 2/9/07, Gregory Pierce <[hidden email]> wrote:
> >> I was taking a look on the net and found this GrailsSOAP project
> >> which seemed to be an effort in Groovy to provide some functionality
> >> for invoking webservices from Groovy. My application needs to be able
> >> to invoke web services from time to time, so I'm trying to find the
> >> best "supported" mechanism for invoking web services within Groovy.
> >> I've seen some stuff with XFire, but that is more for creating
> >> webservices as opposed to calling them.
> >>
> >> What's up community? Surely somebody out there is invoking
> >> webservices in their code :)
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe from this list please visit:
> >>
> >>     http://xircles.codehaus.org/manage_email
> >>
> >>
> >
> >
> > --
> > Graeme Rocher
> > Grails Project Lead
> > http://grails.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this list please visit:
> >
> >    http://xircles.codehaus.org/manage_email
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>


--
Graeme Rocher
Grails Project Lead
http://grails.org

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: GrailsSOAP.. or how does one invoke a WebService with Groovy/Grails?

Gregory Pierce-2
Any chance we could get this bundled into Grails in the future. I  
understand that we have XFire, but there are a lot of things that  
GroovySOAP gives us the ability to do.

On Feb 11, 2007, at 1:42 PM, Graeme Rocher wrote:

> Yes
>
> On 2/11/07, Gregory Pierce <[hidden email]> wrote:
>> Sorry, that was what I meant. If we can integrate this cleanly with
>> Grails, do we simply have to add the jar file to the lib directory?
>>
>> On Feb 10, 2007, at 4:30 AM, Graeme Rocher wrote:
>>
>> > http://groovy.codehaus.org/Groovy+SOAP
>> >
>> > Cheers
>> >
>> > On 2/9/07, Gregory Pierce <[hidden email]> wrote:
>> >> I was taking a look on the net and found this GrailsSOAP project
>> >> which seemed to be an effort in Groovy to provide some  
>> functionality
>> >> for invoking webservices from Groovy. My application needs to  
>> be able
>> >> to invoke web services from time to time, so I'm trying to find  
>> the
>> >> best "supported" mechanism for invoking web services within  
>> Groovy.
>> >> I've seen some stuff with XFire, but that is more for creating
>> >> webservices as opposed to calling them.
>> >>
>> >> What's up community? Surely somebody out there is invoking
>> >> webservices in their code :)
>> >>
>> >>  
>> ---------------------------------------------------------------------
>> >> To unsubscribe from this list please visit:
>> >>
>> >>     http://xircles.codehaus.org/manage_email
>> >>
>> >>
>> >
>> >
>> > --
>> > Graeme Rocher
>> > Grails Project Lead
>> > http://grails.org
>> >
>> >  
>> ---------------------------------------------------------------------
>> > To unsubscribe from this list please visit:
>> >
>> >    http://xircles.codehaus.org/manage_email
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
>
>
> --
> Graeme Rocher
> Grails Project Lead
> http://grails.org
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>    http://xircles.codehaus.org/manage_email
>


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: GrailsSOAP.. or how does one invoke a WebService with Groovy/Grails?

jnicho02
is this what http://grails.codehaus.org/Roadmap refers to as
'Implement Web services support for Service classes' in the Grails 0.5
release?

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

tog
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: GrailsSOAP.. or how does one invoke a WebService with Groovy/Grails?

tog
I am  currently away on holidays, back next weekend I will have a look
on how to bundle the client part.... unless someone want to do it in
the meantime ;-)

Tog

On 2/13/07, Jez Nicholson <[hidden email]> wrote:

> is this what http://grails.codehaus.org/Roadmap refers to as
> 'Implement Web services support for Service classes' in the Grails 0.5
> release?
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: GrailsSOAP.. or how does one invoke a WebService with Groovy/Grails?

graemer
In reply to this post by jnicho02
I'm not sure this is necesssary anymore as we have this implemented by
Chanwit in a plugin: htp://grails.org/Plugins

On 2/13/07, Jez Nicholson <[hidden email]> wrote:

> is this what http://grails.codehaus.org/Roadmap refers to as
> 'Implement Web services support for Service classes' in the Grails 0.5
> release?
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>


--
Graeme Rocher
Grails Project Lead
http://grails.org

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Loading...