Re: [Axis2] - intermittent error "The input stream for an incoming message is null."
"robertlazarski ." <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CABpPLBVL3sKJ9DJirESD50qaMU4vtXxK85eiQ1s5p0ApELmQBg@mail.gmail.com> |
On Wed, Dec 11, 2013 at 3:48 PM, Amit Lonkar <[email protected]> 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