Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any "unique" identifier I can capture for all requests received via the tRestRequest? I tried using
((String)globalMap.get("tRESTRequest_1_CORRELATION_ID"))
value, however, it returns a null value.
In the log output, I see the following. How can I capture the ID field from here? It seems to be unique tying the request and response together. Any help is appreciated.
INFO: Inbound Message
----------------------------
ID: 2
Address: http://localhost:8088/
Http-Method: GET
--------------------------------------
INFO: Outbound Message
---------------------------
ID: 2
Response-Code: 200
Content-Type: application/json
Headers: {Content-Type=[application/json], Date=[Wed, 01 Nov 2017 15:43:28 GMT]}
Thank you
Switch on "Use Business Correlation" in the tRestRequest and you can use the .......
((String)globalMap.get("tRESTRequest_1_CORRELATION_ID"))
Switch on "Use Business Correlation" in the tRestRequest and you can use the .......
((String)globalMap.get("tRESTRequest_1_CORRELATION_ID"))