Bruno et al- Take a look at http://ws.apache.org/axis2/0_95/api/org/apache/axis2/description/AxisOperation.html#addMessageContext(org.apache.axis2.context.MessageContext,%20org.apache.axis2.context.OperationContext) ..add MessageContext is a method call inside AxisOperation..
M- ********************************************************************* This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: "Bruno Negrao" <[EMAIL PROTECTED]> To: <[email protected]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 11, 2006 6:16 AM 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] > >
