Re: Truncated JSON problem using RequestBuilder with WCF rest service

2012-01-23 Thread shahid
Anyone On Jan 20, 3:43 pm, shahid 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 builder = new Re

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