Hi schalk.

I had the same problem, and after some days of investigation (arghh
:)) i found it, i posted in a previous message, but here it goes:


---------------------------------------------------------------------
I found out that the problem is the load balances in one of the
servers, which doesn't accept HTTP 1.1. So, inside the stub i added:

_operationClient.getOptions().setProperty(org.apache.axis2.context.MessageContextConstants.HTTP_PROTOCOL_VERSION,org.apache.axis2.transport.http.HTTPConstants.HEADER_PROTOCOL_10);

which made its trick :)
---------------------------------------------------------------------


hope it helps :P
emerson
On 19/01/07, schalk <[EMAIL PROTECTED]> wrote:
Greetings All,

What might cause the following error:

INFO  - [org.apache.commons.httpclient.HttpMethodBase] - Discarding unexpected
response: HTTP/1.1 100 Continue
INFO  - [org.apache.commons.httpclient.HttpMethodBase] - Response content
length is not known
ERROR  - [soap-service] - AxisFault Cause: HTTP Transport error : '400' - 'Bad
Request'; nested exception is:
       org.apache.axis2.AxisFault: HTTP Transport error : '400' - 'Bad Request';
nested exception is:
       org.apache.axis2.AxisFault: HTTP Transport error : '400' - 'Bad Request';
nested exception is:
       org.apache.axis2.AxisFault: HTTP Transport error : '400' - 'Bad Request'

Thanks!
Schalk

--
Open WebMail Project (http://openwebmail.org)


---------------------------------------------------------------------
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