You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by schalk <sc...@alliedbridge.com> on 2007/01/19 13:14:55 UTC

[Axis2] Axis Fault

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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] Axis Fault

Posted by emerson cargnin <ec...@gmail.com>.
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 <sc...@alliedbridge.com> 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: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org