Have you looked at your server logs? What's the status code? (use Firebug or 
whatever to see what the server responds: 404 → the 
RemoteServiceRelativePath is wrong and/or you have an issue in how you 
deployed your app; 500 → there was another error on the server, maybe you 
reached a non-RPC servlet; 405 → you reached something that doesn't accept 
POSTs, so it's not your RPC servlet)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/v8_z6HRluuYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to