Hi, I have deployed a data service for excel worksheet to expose the data as a resource. I'm invoking this resource using jaggery *get *method. I'm invoking the get method with Accept header set to application/json. So I'm getting a json object. When the response element has '<' character in the body jaggery *get *method fails to give the full content of the response, instead it gives half a json object upto '<' is first appeared. I think this is a problem with Jaggery *get *because when I use another http client(addone for chrome) I can get the full json object. Is there anyway to solve this.?
thanks. P.S : I have tried this using xhr object instead of get method but still the problem exists.
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
