BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
Expand all | Collapse all

Logs for BPMRESTRequest() webservices

  • 1.  Logs for BPMRESTRequest() webservices

    Posted Wed February 09, 2022 09:46 PM
    I am calling a Rest Web service from the script with invokeREST(), but on the server end, I am getting it as empty.



    where can I see logs for invokeREST() to see what was the request body in the web request?

    eg:- like wsinvoke file in ECM Filenet web invoke.



    ------------------------------
    Alistair Gardner
    ------------------------------


  • 2.  RE: Logs for BPMRESTRequest() webservices

    Posted Thu February 10, 2022 01:17 PM
    In your WAS console:

      1. In the navigation pane, click Troubleshooting > Logs and trace.
      2. Click the name of the server that you want to work with.
      3. Click Change log Detail Levels.
      4. To make a static change to the system log configuration, click the Configuration tab. To change the configuration dynamically, click the Runtime tab(Recommended).
      5. Add sun.net.www.protocol.http.HttpURLConnection = fine
      6. Click Apply.
      7. Click OK.
      8. Repeat for every node or server.

    Changes may take some to display in your logs.

    ------------------------------
    Ivan Martinez Villegas
    ------------------------------