For a big GWT project I am working on, we need to to retrieve data
from other computer systems. Based on my previous experience, a good
way to integrate these two systems, is to integrate them together
using a SOAP based Web Service.

Preferably I would like to server side of my GWT project to invoke the
Web Service of the other system, and retrieve some data which is then
send back to the client using GWT's normal RPC methods.

I've tried creating such a integration using AXIS2 in Eclipse. This
however does not seem to work well. Therefore I would like to ask if
anyone knows what is the way Google prefers for GWT projects to make
Web Service calls?

I've tried  Googling for solutions for a significant amount of time,
but couldn't find much.
Anyone have any idea?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to