I have encountered this problem in my project.

I got two applications, one is an GAE Java, another is normal Java
app. The normal Java app will provide Restful web service to invoke.

Now I would like to invoke those web services in one of my GAE app's
servlet.

The working process is like: I call the GAE service to a servlet, then
the servlet will invoke the restful service in the normal Java app.

I tried to use ClientResource class follow the steps in tutorial,
however, a warning with:WARNING: The protocol used by this request is
not declared in the list of client connectors. (HTTP).

Can anyone tell me how to solve this problem?

Many Thanks.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to