Debugging REST Integration Empty Response

Debugging REST Integration Empty Response

Comments

  • Im demoing Decisions to assess its viability for my company. Ive set up a REST Integration that should be returning a CSV file as follows, I have no idea if this is correct.

    [img]att1[/img]

    If I run/debug the flow, it executes the "Done" outcome, but the response is empty. No matter how I try to approach it, information is seriously missing for basic debugging of HTTP rest calls:
    [ul][li]HTTP response code - cant find it anywhere for successful responses. Seems like this would be a good idea since 200 isnt the only "successful" response you can get.[/li][li]The final URL that gets called, not shown in input or output data[/li][li]A logging trace of the actual HTTP call - again this would only show if an exception is thrown, not helpful in this case[/li][/ul]I can manually call it from Postman fine, so Im really at a loss as to how to proceed. I have a feeling theres something wrong with the call or params, but with an empty response and no HTTP codes, what else can I look at?

Sign In or Register to comment.