Finding out the size of messages

Hello everybody,

I would like to know how / where I can find out what’s the size of incoming/ outgoing messages.
Basically it’s about the size of IDoc’s but knowing also the size of all other messages would be great.

Thanks for your help.

Regards,

Dennis

Dennis,

I am not sure for IDocs, but for HTTP sessions you can use the pub.flow:getTransportInfo service. This service will return a transport/http/requestHdrs/Content-Length string, containing the size of the HTTP request.

Regards,

Koen

Thanks Koen.
See my first result :slight_smile:

Hope it will stay here.
Seems a little bit cryptic but I will try on.
Any hints for filling the Parameters?
As result, I want a textfile with only the length.

Regards,

Dennis