What do you mean by a webservice? A Soap WS? I'm not sure about that...
I do know that you can call REST-based webservices... I'm working on the
JBoss RESTEasy project, and changed our code a bit so that the client
worked. I'm pretty sure that other REST based clients, such as Jersey's
client, and the Spring Framework client will work.
> What do you mean by a webservice? A Soap WS? I'm not sure about that...
> I do know that you can call REST-based webservices... I'm working on the
> JBoss RESTEasy project, and changed our code a bit so that the client
> worked. I'm pretty sure that other REST based clients, such as Jersey's
> client, and the Spring Framework client will work.
> -Solomon
> On Thu, Apr 23, 2009 at 10:07 AM, rohit <rohit.dha...@gmail.com> wrote:
> > Is it possible to call a webservice from Google App Engine.
I would guess that you can get RPC over HTTP and URLConnection. I built a
Java Serializing HTTP client over RESTEasy pretty quickly. You can also use
something like Spring's HTTPInvoker.
On Thu, Apr 23, 2009 at 10:51 AM, rohit <rohit.dha...@gmail.com> wrote:
> how about RPC based webservice clients. I am getting a
> java.rmi.Remote is not supported by Google App Engine's Java runtime
> environment
> On Apr 23, 10:13 am, Solomon Duskis <sdus...@gmail.com> wrote:
> > What do you mean by a webservice? A Soap WS? I'm not sure about that...
> > I do know that you can call REST-based webservices... I'm working on the
> > JBoss RESTEasy project, and changed our code a bit so that the client
> > worked. I'm pretty sure that other REST based clients, such as Jersey's
> > client, and the Spring Framework client will work.
> > -Solomon
> > On Thu, Apr 23, 2009 at 10:07 AM, rohit <rohit.dha...@gmail.com> wrote:
> > > Is it possible to call a webservice from Google App Engine.
> I would guess that you can get RPC over HTTP and URLConnection. I built a
> Java Serializing HTTP client over RESTEasy pretty quickly. You can also use
> something like Spring's HTTPInvoker.
> -Solomon
> On Thu, Apr 23, 2009 at 10:51 AM, rohit <rohit.dha...@gmail.com> wrote:
> > how about RPC based webservice clients. I am getting a
> > java.rmi.Remote is not supported by Google App Engine's Java runtime
> > environment
> > On Apr 23, 10:13 am, Solomon Duskis <sdus...@gmail.com> wrote:
> > > What do you mean by a webservice? A Soap WS? I'm not sure about that...
> > > I do know that you can call REST-based webservices... I'm working on the
> > > JBoss RESTEasy project, and changed our code a bit so that the client
> > > worked. I'm pretty sure that other REST based clients, such as Jersey's
> > > client, and the Spring Framework client will work.
> > > -Solomon
> > > On Thu, Apr 23, 2009 at 10:07 AM, rohit <rohit.dha...@gmail.com> wrote:
> > > > Is it possible to call a webservice from Google App Engine.
> well I suppose we need to hear from Google folks about this.. Any
> Googler who has done this...
> On Apr 23, 10:56 am, Solomon Duskis <sdus...@gmail.com> wrote:
> > I would guess that you can get RPC over HTTP and URLConnection. I built a
> > Java Serializing HTTP client over RESTEasy pretty quickly. You can also use
> > something like Spring's HTTPInvoker.
> > -Solomon
> > On Thu, Apr 23, 2009 at 10:51 AM, rohit <rohit.dha...@gmail.com> wrote:
> > > how about RPC based webservice clients. I am getting a
> > > java.rmi.Remote is not supported by Google App Engine's Java runtime
> > > environment
> > > On Apr 23, 10:13 am, Solomon Duskis <sdus...@gmail.com> wrote:
> > > > What do you mean by a webservice? A Soap WS? I'm not sure about that...
> > > > I do know that you can call REST-based webservices... I'm working on the
> > > > JBoss RESTEasy project, and changed our code a bit so that the client
> > > > worked. I'm pretty sure that other REST based clients, such as Jersey's
> > > > client, and the Spring Framework client will work.
> > > > -Solomon
> > > > On Thu, Apr 23, 2009 at 10:07 AM, rohit <rohit.dha...@gmail.com> wrote:
> > > > > Is it possible to call a webservice from Google App Engine.
> > > I would guess that you can get RPC over HTTP and URLConnection. I built a
> > > Java Serializing HTTP client over RESTEasy pretty quickly. You can also use
> > > something like Spring's HTTPInvoker.
> > > -Solomon
> > > On Thu, Apr 23, 2009 at 10:51 AM, rohit <rohit.dha...@gmail.com> wrote:
> > > > how about RPC based webservice clients. I am getting a
> > > > java.rmi.Remote is not supported by Google App Engine's Java runtime
> > > > environment
> > > > On Apr 23, 10:13 am, Solomon Duskis <sdus...@gmail.com> wrote:
> > > > > What do you mean by a webservice? A Soap WS? I'm not sure about that...
> > > > > I do know that you can call REST-based webservices... I'm working on the
> > > > > JBoss RESTEasy project, and changed our code a bit so that the client
> > > > > worked. I'm pretty sure that other REST based clients, such as Jersey's
> > > > > client, and the Spring Framework client will work.
> > > > > -Solomon
> > > > > On Thu, Apr 23, 2009 at 10:07 AM, rohit <rohit.dha...@gmail.com> wrote:
> > > > > > Is it possible to call a webservice from Google App Engine.
> > > I would guess that you can get RPC over HTTP and URLConnection. I built a
> > > Java Serializing HTTP client over RESTEasy pretty quickly. You can also use
> > > something like Spring's HTTPInvoker.
> > > -Solomon
> > > On Thu, Apr 23, 2009 at 10:51 AM, rohit <rohit.dha...@gmail.com> wrote:
> > > > how about RPC based webservice clients. I am getting a
> > > > java.rmi.Remote is not supported by Google App Engine's Java runtime
> > > > environment
> > > > On Apr 23, 10:13 am, Solomon Duskis <sdus...@gmail.com> wrote:
> > > > > What do you mean by a webservice? A Soap WS? I'm not sure about that...
> > > > > I do know that you can call REST-based webservices... I'm working on the
> > > > > JBoss RESTEasy project, and changed our code a bit so that the client
> > > > > worked. I'm pretty sure that other REST based clients, such as Jersey's
> > > > > client, and the Spring Framework client will work.
> > > > > -Solomon
> > > > > On Thu, Apr 23, 2009 at 10:07 AM, rohit <rohit.dha...@gmail.com> wrote:
> > > > > > Is it possible to call a webservice from Google App Engine.
> > > > I would guess that you can get RPC over HTTP and URLConnection. I built a
> > > > Java Serializing HTTP client over RESTEasy pretty quickly. You can also use
> > > > something like Spring's HTTPInvoker.
> > > > -Solomon
> > > > On Thu, Apr 23, 2009 at 10:51 AM, rohit <rohit.dha...@gmail.com> wrote:
> > > > > how about RPC based webservice clients. I am getting a
> > > > > java.rmi.Remote is not supported by Google App Engine's Java runtime
> > > > > environment
> > > > > On Apr 23, 10:13 am, Solomon Duskis <sdus...@gmail.com> wrote:
> > > > > > What do you mean by a webservice? A Soap WS? I'm not sure about that...
> > > > > > I do know that you can call REST-based webservices... I'm working on the
> > > > > > JBoss RESTEasy project, and changed our code a bit so that the client
> > > > > > worked. I'm pretty sure that other REST based clients, such as Jersey's
> > > > > > client, and the Spring Framework client will work.
> > > > > > -Solomon
> > > > > > On Thu, Apr 23, 2009 at 10:07 AM, rohit <rohit.dha...@gmail.com> wrote:
> > > > > > > Is it possible to call a webservice from Google App Engine.