Re: Truncated JSON problem using RequestBuilder with WCF rest service

2012-01-23 Thread shahid
Anyone On Jan 20, 3:43 pm, shahid shahidza...@gmail.com wrote: Using GWT 2.1, I have a WCF web service with a simple interface and I am trying to call it using RequestBuilder as follows: String url = http://localhost/EmployeeService/Service1.svc/web/ GetEmployees;     RequestBuilder

Truncated JSON problem using RequestBuilder with WCF rest service

2012-01-20 Thread shahid
Using GWT 2.1, I have a WCF web service with a simple interface and I am trying to call it using RequestBuilder as follows: String url = http://localhost/EmployeeService/Service1.svc/web/ GetEmployees; RequestBuilder builder = new RequestBuilder(RequestBuilder.GET, URL.encode(url)); try

Problem with RequestBuilder

2010-06-17 Thread alian rea
Hallo guys, i'm new of this group. I'm new developer for GWT 2.0 and SmartGWT. I've a problem with RequestBuilder. There are one frontend and one backend. The first is an java GWT application, the second is a PHP scripts, and they speak with JSON. Now The first application is in port

Re: Problem with RequestBuilder

2010-06-17 Thread Chris Conroy
On Wed, Jun 16, 2010 at 9:16 AM, alian rea aliandre...@gmail.com wrote: Hallo guys, i'm new of this group. I'm new developer for GWT 2.0 and SmartGWT. I've a problem with RequestBuilder. There are one frontend and one backend. The first is an java GWT application, the second is a PHP scripts

Re: Problem with RequestBuilder

2010-06-17 Thread Olivier Monaco
for GWT 2.0 and SmartGWT. I've a problem with RequestBuilder. There are one frontend and one backend. The first is an java GWT application, the second is a PHP scripts, and they speak with JSON. Now The first application is in port and the backend is in port 88, in the identical domain

Re: problem with RequestBuilder

2010-06-10 Thread Alex
im using cobogwave to build my wave gadget, when i add add-linker name=xs/ it show some boot error On Jun 8, 4:34 pm, nino ekambi jazzmatad...@googlemail.com wrote: I think you could use the xs-linker. But i think even that wont help if the browser from wich u make the request doesnt allows

Re: problem with RequestBuilder

2010-06-08 Thread Tristan
take a look here http://www.google.com/url?sa=Dq=http://code.google.com/webtoolkit/doc/latest/tutorial/Xsite.html On Jun 8, 12:06 am, Alex monsterno...@gmail.com wrote: what should i use to make such a request? i have tried com.google.gwt.xhr.client.XMLHttpRequest, but the status code i get

Re: problem with RequestBuilder

2010-06-08 Thread nino ekambi
I think you could use the xs-linker. But i think even that wont help if the browser from wich u make the request doesnt allows xs-Requeest 2010/6/8 Alex monsterno...@gmail.com what should i use to make such a request? i have tried com.google.gwt.xhr.client.XMLHttpRequest, but the status code

problem with RequestBuilder

2010-06-07 Thread Alex
im getting empty string from response.getText() and response.getStatusText() give OK must the response from the server be in xml? must the data i send be in xml? im working on a google wave gadget. im trying to send a http POST to a web service which i have no control of. the data im sending is

Re: problem with RequestBuilder

2010-06-07 Thread Sripathi Krishnan
It seems you are making a cross-domain request. In general, you cannot use RequestBuilder to make cross domain calls. --Sri On 7 June 2010 23:39, Alex monsterno...@gmail.com wrote: im getting empty string from response.getText() and response.getStatusText() give OK must the response from

Re: problem with RequestBuilder

2010-06-07 Thread Alex
what should i use to make such a request? i have tried com.google.gwt.xhr.client.XMLHttpRequest, but the status code i get is 0. On Jun 8, 4:26 am, Sripathi Krishnan sripathi.krish...@gmail.com wrote: It seems you are making a cross-domain request.  In general, you cannot use RequestBuilder to