> Hi , > > > > We are facing some issue in passing request input stream using > InputStreamEntity. > > > > Is there any known issue with InputStreamEntity interms of serialization o > streaming of data?? > > > > Or is there any compatibility issue with Websphere 8 server in passing > inputstream entity?? > > > > Presently we are passing the AMF(flex application request) request stream in > http client inputstreamEntity but the flex framework is failing to > deserialize the inputstream shared. But the same was working fine with 3.1 > commons client.
I fail to see here the problem because you are using several libraries here. You need to reduce it down to HttpClient only. In general, you should not care about an HttpEntity implementation, it is supposed to be opaque for you. So can you reproduce standalone? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
