Re: View GWT RPC traffic

2011-04-15 Thread rjcarr
Are you asking to see how the rpc requests and responses are serialized? If so, why? On Apr 14, 4:09 pm, Leung leung1_2...@yahoo.com wrote: Hi Is it possible to view the GWT RPC transaction on tools like ethereal? Thanks Ming -- You received this message because you are subscribed to the

Re: View GWT RPC traffic

2011-04-15 Thread khiem nguyen
try firebug On Fri, Apr 15, 2011 at 9:30 AM, rjcarr rjc...@gmail.com wrote: Are you asking to see how the rpc requests and responses are serialized? If so, why? On Apr 14, 4:09 pm, Leung leung1_2...@yahoo.com wrote: Hi Is it possible to view the GWT RPC transaction on tools like

Re: View GWT RPC traffic

2011-04-15 Thread A. Stevko
Since this is the GWT forum, I'm assuming that you are referring to the client rather than the server portion of the RPC protocol. A simple logging proxy server would do the trick like Microsoft's Fiddler. On Fri, Apr 15, 2011 at 1:09 AM, Leung leung1_2...@yahoo.com wrote: Hi Is it possible

R: View GWT RPC traffic

2011-04-15 Thread ciosbel
If you enable gwt logging and set the firebug handler you can see, inside firebug Console, the ouput of the serialized /deserialized request / response in plain text. See http://code.google.com/intl/it-IT/webtoolkit/doc/latest/DevGuideLogging.html#Different_Types_of_Handlers If you want to

View GWT RPC traffic

2011-04-14 Thread Leung
Hi Is it possible to view the GWT RPC transaction on tools like ethereal? Thanks Ming -- 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-web-toolkit@googlegroups.com. To unsubscribe from this