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

2017-09-16 Thread Tushar Kapila
Guten Tag. Yes your right. Our main issue was time-outs with one server that we were connecting to. The server we are connecting to had problems. Set up 10 second time-outs, reuse the Http client, multi threaded, number of connections, to each host and total setting. Txns still fail, but are now fa

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

2017-09-13 Thread Thorsten Schöning
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 initialization code is once. Right now its all in one method. > and seems that unneccessary initialization is happening. On the > other hand si

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

2017-09-09 Thread Tushar Kapila
thank you, i purposely did not write in detail about the errors, as I want to rewrite the code anyway. So was looking a good sample to follow. Want to make sure sockets are being shared across invocations. That the initialization code is once. Right now its all in one method. and seems that unnecc

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

2017-09-08 Thread Thorsten Schöning
Guten Tag Tushar Kapila, am Freitag, 8. September 2017 um 12:28 schrieben Sie: > This leads to socket issues. You should describe those issues more detailed, like what exactly happens, providing concrete exceptions or such. At least for me it's not clear what your actual problem is. I have the s