RE: Axis2 Web Service Invocation Exception - The maximum message size quota for incoming messages (65536) has been exceeded

2012-10-05 Thread Anshuk Pal Chaudhuri
Can anybody throw light on this. Anshuk From: Anshuk Pal Chaudhuri [mailto:cans...@steelwedge.com] Sent: Monday, October 01, 2012 2:52 PM To: java-user@axis.apache.org Subject: Axis2 Web Service Invocation Exception - The maximum message size quota for incoming messages (65536) has been exceeded

How do I configure my Axis2 client to use FIPS 140-2?

2012-10-05 Thread Sam Theman
Hello, I have a Axis2 client that was working fine when connecting to a Axis2 web services hosted on tomcat. But then the tomcat server admin turned on TLS only and FIPS 140-2 SSL only. Now my Axis2 web service client fails. How can I configure my axis2 client to use TLS and FIPS 140-2 SSL ?? Th

RE: How do I configure my Axis2 client to use FIPS 140-2?

2012-10-05 Thread Sam Theman
I could be satisfied with first knowing how to have my axis2 client use TLS. From: xray...@hotmail.com To: java-user@axis.apache.org Subject: How do I configure my Axis2 client to use FIPS 140-2? Date: Fri, 5 Oct 2012 11:06:52 -0400 Hello, I have a Axis2 client that was working fin

Re: Use GZIP on Client and Server Code

2012-10-05 Thread Rob Moore
Davanum Srinivas gmail.com> writes: > > > If the server gets a gzip request, it automatically sends back gzipped response (if it doesn't it's a bug) > I'm attempting this scenario and not seeing the behavior described. That is, I'm sending a compressed request and receiving an uncompressed