cancel
Showing results for 
Search instead for 
Did you mean: 

is there an API to get HTTP input stream?

Former Member
0 Kudos

we have an external application that does a post of data to our WDP application.

Right now, when the 3rd party app posts data to our app in the HTTP Header, we are able to get the data via the IWDContextAdapter and getRequestParameter API.

However, if the 3rd party app posts data via the http input stream, we are unable to get it via the above APIs. Is there an API in WDP that allows us to get the HTTP input stream?

Accepted Solutions (0)

Answers (1)

Answers (1)

joerg_singler
Explorer
0 Kudos

Hi,

you can not get the HttpInputStream at all. Web Dynpro is accessing the inputstream at the beginning and starts the parsing of it, after that the stream is invalid: you can not read afterwards from it! But you can send any content as post parameter, if it is not binary.

Regards Joerg