Hello, I developing a web service using axis. This web Service is called from a Power Builder Software and there are problems because of the Chunked Transfer encoding. I´ve tried to disable this kind of transfer encoding and change the HTTP version from 1.1 to HTTP 1.0:

            MessageContext context = MessageContext.getCurrentContext();
context.setProperty("HTTP_PROTOCOL_VERSION",org.apache.axis.transport.http.HTTPConstants.HEADER_PROTOCOL_10);

However when the message arrives to Power Builder, the HHTP version is 1.1.

Please, i need help for disable the Chunked Transfer or change the HTTP version to HTTP/1.0.

Thanks

Ana



begin:vcard
fn;quoted-printable:Ana Llorente Garc=C3=ADa
n;quoted-printable:Llorente Garc=C3=ADa;Ana
org;quoted-printable:;Aragonesa de Servicios Telem=C3=A1ticos
email;internet:[EMAIL PROTECTED]
tel;work:Ext. 1095
version:2.1
end:vcard


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

Reply via email to