re: HTTP Version in an Axis client

2004-03-11 Thread Danno Ferrin
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

HTTP Version in an Axis client

2004-03-09 Thread Heitzeg, Bill
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