Hi all, My SOAP server (in Perl) simply doesn't accept the "chunked" transfer encoding that I'm generating in axis2. See the POST bellow:
POST /pfappspabxutils HTTP/1.1 User-Agent: Axis2 SOAPAction: http://172.16.10.103:8080/AgendaPesquisa#AgendaPesquisa Host: pfdesenv.planetarium.com.br:8080 Transfer-Encoding: chunked <===== HERE!!!! Content-Type: text/xml; charset=UTF-8 please, how can I change it to "deflate"? I'm sure that without the "chunk" encoding it works because I already set the "chunk" variable to "false" using the debugger inside the CommonsHTTPTransportSender object. thank you, bruno --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
