Re: Synapse is not returning full JSON response

2015-10-26 Thread Hiranya Jayathilaka
Which version of Synapse are you using? You can use a tool like TCPMon to monitor the messages on the wire between client-synapse and synapse-server. Thanks, Hiranya On Oct 19, 2015, at 11:59 PM, Narasimha Rao Gajje wrote: > Dear Team, > > I have installed Synapse and written first synapse

Re: Synapse is not returning full JSON response

2015-10-20 Thread Vanjikumaran Sivajothy
Can you please change the response in the backend like below and check your use case? [1] { "*employeeDetail*": { "id": "0cf65630-5314-11e5-94b5-8366f0ab15e2", "fName": "fff", "lName": "jjj" } } On Tue, Oct 20, 2015 at 5:18 AM, Narasimha Rao Gajje < narasimha.ga

RE: Synapse is not returning full JSON response

2015-10-20 Thread Narasimha Rao Gajje
Enabled the DEBUG to check the exception stack track, below exception getting logged in Synapse log files. 2015-10-20 17:44:15,091 [-] [HttpServerWorker-1] ERROR DefaultHttpGetProcessor Error processing GET request for: /testContext/getTestData org.apache.axis2.AxisFault: No JSON message receive