1. Server side: I developed a web service using Axis2 and deployed in JBoss.

2. Client side: I tried to send a big XML file to this web service using
MTOM mechanism

2.1. If I don't set MC_GZIP_REQUEST at client side, every thing works fine

2.2. If I set org.apache.axis2.transport.http.HTTPConstants.MC_GZIP_REQUEST
to TRUE, I got "Not in GZIP format". 

As the file is very big and I want to zip it before sending to the Web
Service. It seems MC_GZIP_REQUEST is the one needed for my scenario.

Do I miss any configuration for AXIS2 GZIP feature?

Any help is greatly appreciated,

Mark



-- 
View this message in context: 
http://www.nabble.com/Help----Not-in-GZIP-format-tp25930026p25930026.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to