Layer7 API Management

  • 1.  how to retrieve a message value

    Posted Dec 19, 2017 02:07 AM

    how to retrieve a message value



  • 2.  Re: how to retrieve a message value

    Posted Dec 19, 2017 02:44 AM

    For Soaprequest Variable the data type should be message. Please change to message type from string.

     

    While saving the soaprequest variable into another variable which is req. The Expression for the variable  req should be ${soaprequest.mainpart}

     

     

    Please correct me if i am wrong.

     

     

    Regards.



  • 3.  Re: how to retrieve a message value
    Best Answer

    Broadcom Employee
    Posted Dec 20, 2017 09:06 PM

    Dear PavanReddy ,

    Your settings look good. if you want to get the body of req, you can use ${req.mainpart}

     

    Regards,

    Mark