need : java 8 transactional web app Axis2 client sample

2017-09-08 Thread Tushar Kapila
;"; response = env.toString(); logger.info("Parse resposmse :[" + response + "]"); clrPan = extractField(response,"","", false); impData = extractField(response,"","", false); }catch(Exception ex){ logger.error("Unable to fetch customer details from CLIENT: "+ ex ", c :" + client + ", cid :" + cid + ",", ex); } return impData; } -- Regards Tushar Kapila

Re: need : java 8 transactional web app Axis2 client sample

2017-09-09 Thread Tushar Kapila
unneccessary initialization is happening. On the other hand since some of the classes are not thread safe, wondering what a good way to do it? ObjectPool ? Or some thing else? On Fri, Sep 8, 2017 at 6:47 PM, Thorsten Schöning wrote: > Guten Tag Tushar Kapila, > am Freitag, 8. September 2017 um

Re: need : java 8 transactional web app Axis2 client sample

2017-09-16 Thread Tushar Kapila
failing fast and not tying up our local ports. On Wed, Sep 13, 2017 at 9:13 PM, Thorsten Schöning wrote: > Guten Tag Tushar Kapila, > am Samstag, 9. September 2017 um 18:48 schrieben Sie: > > > Want to make sure sockets are being shared across invocations. That > > the initia

Re: No valid CSRF token found in request for the POJO Web Services using Apache Axis2

2019-10-18 Thread Tushar Kapila
Where is your axis war deployed? Don't put in a folder where parent folder is protected or has spaces like Program files. Can make a folder like c:\j\tomcat Put tomcat, put exploded war, in there web-inf...copy aar file. On Fri, 18 Oct, 2019, 19:24 albert kao, wrote: > How to put the aar file