Re: Handle service response effectively

2017-11-14 Thread Suraj Khurana
Thanks everyone. I have created a Jira ticket here -- Thanks and Regards, *Suraj Khurana* | Sr. Enterprise Software Engineer *HotWax Commerce* by *HotWax Systems* Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010 On Thu, Nov 9

Re: Handle service response effectively

2017-11-09 Thread Aditya Sharma
Indeed +1 Thanks and Regards, *Aditya Sharma* | Enterprise Software Engineer HotWax Systems On Thu, Nov 9, 2017 at 1:43 PM, Akash Jain wrote: > +1 > > Thanks and Regards > -- > Akash Jain > > On Tue, Nov 7,

Re: Handle service response effectively

2017-11-09 Thread Akash Jain
+1 Thanks and Regards -- Akash Jain On Tue, Nov 7, 2017 at 4:43 PM, Suraj Khurana < suraj.khur...@hotwaxsystems.com> wrote: > Hello, > > I noticed many occurrences where service response is not handled properly > and it leads to taking more time while debugging issues. > IMO, every service calli

Re: Handle service response effectively

2017-11-08 Thread Jacques Le Roux
Le 07/11/2017 à 12:13, Suraj Khurana a écrit : Hello, I noticed many occurrences where service response is not handled properly and it leads to taking more time while debugging issues. IMO, every service calling from java/groovy must handle errors by service util methods such as *isError*, *reut

Handle service response effectively

2017-11-07 Thread Suraj Khurana
Hello, I noticed many occurrences where service response is not handled properly and it leads to taking more time while debugging issues. IMO, every service calling from java/groovy must handle errors by service util methods such as *isError*, *reutrnError *etc. and similarly in case of XML <*call