When you are finished would you mind writing up an item for 
the Wiki to draw attention to these options.

-----Original Message-----
From: Bruno Negrao [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 11, 2006 6:17 AM
To: [email protected]; [EMAIL PROTECTED]
Subject: Re: "Chunked" encoding doesn't work and I'm desperated

Thanks Eran. It worked.

I saw that the options.setProperty passes it's parameters to the
internal MessageContext object. What is the MessageContext and what
else can I set in its properties?

Regards,
bruno

On 7/11/06, Eran Chinthaka <[EMAIL PROTECTED]> wrote:
> try options.setProperty(MessageContext.CHUNKED, "false")
>
>
>
> Bruno Negrao wrote:
> > 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]
> >
> >
>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to