On Wed, Dec 11, 2013 at 3:48 PM, Amit Lonkar <amitlon...@yahoo.com> wrote:
> Was anyone able to reproduce this on local ? Is it a bug or something wrong
> in the client that I have?
>

I found this doing some quick googling:

http://stackoverflow.com/questions/14440582/axis2-fault-the-input-stream-for-an-incoming-message-is-null

"try the following code : value set to true...

Options options = serviceClient.getOptions();
options.setProperty(HTTPConstants.CHUNKED, Constants.VALUE_TRUE);
serviceClient.setOptions(options);
"

-R

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to