First, wait for bugs AXIS-1251 and AXIS-1252 to be committed. Chunking and continue
are broken.
Next, once you get your service frm your servixe locator add this call before you do
any calls...
myService._setProperty(org.apache.axis.MessageContext.HTTP_TRANSPORT_VERSION,
org.apache.axis.transport.HTTPConstants.HTTP_PROTOCOL_V11).
Also, the connection header should also automatically be set, if not it can be added
by more constantsin HTTPConstants.
--Danno
"Heitzeg, Bill" <[EMAIL PROTECTED]> wrote:
__________
>My Axis client is sending the following HTTP POST:
>
>POST /websvc HTTP/1.0
>
>
>I've been told that I need it to POST:
>
>POST /websvc HTTP/1.1
>
>Does anyone know how I can go about making this change?
>
>thanks
>
>
>Bill Heitzeg
>
>