<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to access Web Services with GWT</title>
	<atom:link href="http://www.gwtsite.com/how-to-access-web-services-with-gwt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gwtsite.com/how-to-access-web-services-with-gwt/</link>
	<description>Learning about the Google Web Toolkit (GWT)</description>
	<lastBuildDate>Thu, 05 Jan 2012 07:32:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert La Ferla</title>
		<link>http://www.gwtsite.com/how-to-access-web-services-with-gwt/comment-page-1/#comment-37999</link>
		<dc:creator>Robert La Ferla</dc:creator>
		<pubDate>Sat, 31 Dec 2011 20:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gwtsite.com/how-to-access-web-services-with-gwt/#comment-37999</guid>
		<description>I have it working now.  I hope this helps someone:

		JSONRequest.get(url, new JSONRequestHandler() {

			@Override
			public void onRequestComplete(JavaScriptObject json) {
				Log.info(&quot;onRequestComplete()&quot;);
				
				JSONObject obj = new JSONObject(json);
				Log.info(&quot;obj=&quot; + obj.toString());
			}
		});</description>
		<content:encoded><![CDATA[<p>I have it working now.  I hope this helps someone:</p>
<p>		JSONRequest.get(url, new JSONRequestHandler() {</p>
<p>			@Override<br />
			public void onRequestComplete(JavaScriptObject json) {<br />
				Log.info(&#8220;onRequestComplete()&#8221;);</p>
<p>				JSONObject obj = new JSONObject(json);<br />
				Log.info(&#8220;obj=&#8221; + obj.toString());<br />
			}<br />
		});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert La Ferla</title>
		<link>http://www.gwtsite.com/how-to-access-web-services-with-gwt/comment-page-1/#comment-37998</link>
		<dc:creator>Robert La Ferla</dc:creator>
		<pubDate>Sat, 31 Dec 2011 20:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.gwtsite.com/how-to-access-web-services-with-gwt/#comment-37998</guid>
		<description>This example is very confusing because the actual code uses JavaScriptObject and not String.

Please update this code accordingly.  I still cannot get it to work.

i.e.

public interface JSONRequestHandler 
{
	public void onRequestComplete( JavaScriptObject json );
}

and NOT:

public interface JSONRequestHandler 
{
	public void onRequestComplete( String json );
}</description>
		<content:encoded><![CDATA[<p>This example is very confusing because the actual code uses JavaScriptObject and not String.</p>
<p>Please update this code accordingly.  I still cannot get it to work.</p>
<p>i.e.</p>
<p>public interface JSONRequestHandler<br />
{<br />
	public void onRequestComplete( JavaScriptObject json );<br />
}</p>
<p>and NOT:</p>
<p>public interface JSONRequestHandler<br />
{<br />
	public void onRequestComplete( String json );<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IHateSoda</title>
		<link>http://www.gwtsite.com/how-to-access-web-services-with-gwt/comment-page-1/#comment-37947</link>
		<dc:creator>IHateSoda</dc:creator>
		<pubDate>Tue, 10 May 2011 21:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.gwtsite.com/how-to-access-web-services-with-gwt/#comment-37947</guid>
		<description>Hi,

I access to a web service, but I don&#039;t arrive to parse the XML response.

An idea ?? 

Thx</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I access to a web service, but I don&#8217;t arrive to parse the XML response.</p>
<p>An idea ?? </p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fresher_GWT</title>
		<link>http://www.gwtsite.com/how-to-access-web-services-with-gwt/comment-page-1/#comment-37945</link>
		<dc:creator>fresher_GWT</dc:creator>
		<pubDate>Wed, 06 Apr 2011 05:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gwtsite.com/how-to-access-web-services-with-gwt/#comment-37945</guid>
		<description>Hi Tobias, i am new to webservice and GWT as well can you please demo a webservice application example that make fair knowlage of webservice.</description>
		<content:encoded><![CDATA[<p>Hi Tobias, i am new to webservice and GWT as well can you please demo a webservice application example that make fair knowlage of webservice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isak</title>
		<link>http://www.gwtsite.com/how-to-access-web-services-with-gwt/comment-page-1/#comment-37920</link>
		<dc:creator>Isak</dc:creator>
		<pubDate>Sat, 18 Sep 2010 22:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.gwtsite.com/how-to-access-web-services-with-gwt/#comment-37920</guid>
		<description>Hi !

How can I realize an access to a Web Service, which responses a XML-Site. It doesn`t work with RequestBuilder.</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>How can I realize an access to a Web Service, which responses a XML-Site. It doesn`t work with RequestBuilder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

