How to access a GWT Servlet from a C# application?

103 views
Skip to first unread message

Clemens Bartz

unread,
May 21, 2012, 1:08:39 PM5/21/12
to Google Web Toolkit
Hy,

I am trying to access a GWT Servlet from a C# application. How do I do
that?
To explain it with the Sample Code: If I send "Test" to the server I
would like to get back "Hello Test!".

Regards,
Clemens

kim young ill

unread,
May 23, 2012, 5:18:09 PM5/23/12
to google-we...@googlegroups.com
make a http-request to the right url/path.
at http level it doesnt make matter if u're using servlet or php or whatever




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


Joseph Lust

unread,
May 24, 2012, 9:02:58 PM5/24/12
to google-we...@googlegroups.com
This ought to help as I've had to do this same thing before (implementation example code for a customer to connect from their C# to our GWT service).


Sincerely,
Joseph

Clemens

unread,
May 25, 2012, 11:19:57 AM5/25/12
to google-we...@googlegroups.com
Thank you, both of you, for your quick help. I was not aware that it is so easy.
@Joseph: This code snippet is working beautifully!
Reply all
Reply to author
Forward
0 new messages