Posting File using HTTP

Hi,

I am trying to post a text file using http but there is no
content in receiving service.

Steps used in post http service:
data as stream
headers -content type-text/xml
load as stream

in receiving service
content stream ->bytes
bytes-string
post string to debuglog

But There is no data received in second service.