How to see http calls response log

Hello, I am trying to create a S3 flow service to retrieve my buckets with integration io

The connection seems to be fine, but the output is empty.
I would like to see the HTTP calls the server made and have the S3 server response to investigate more, but can’t find it.
Is there a way to extract the HTTP requests in flow service or workflows?

Thanks

Hi Remi,

what about the Built-In-Service pub.flow:getTransportInfo as the first step after the http service invocation?
This should give you an outline about has been returned.

Regards,
Holger

Hello Holger,
Thanks for your answer.
I use flow service version 10.16.5.0000-0002, in my Built-in-Service I have a “Flow” function, but getTransportInfo is not available.
When I try with a flow.getRequest I have the log of the run request in webmethod webpage.
When trying with a wrong bucket name, I can have with the flow.getLastError the error, but with a right name I can’t retrieve bucket output.

Regards,
Rémi

Hi Remi,

as we have never worked with webMethods io integration I will no longer be able to support here.
We were only working with webMethods on premise.

Regards,
Holger

Hello Holger,
Ok, thanks for your help, I will try to ask support.
Regards,
Rémi