Forum Discussion

turandrey's avatar
turandrey
New Contributor
6 years ago

Import swagger - imports only endpoints without content

4 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3

    I believe that turandrey is doing right. Only thing is that SoapUI OS edition does not show the post request for REST Requests like in SOAP Request. May be that is intentional, not sure.

     

    Probably RestAPI would show up the request content for POST methods, give a try.

    • turandrey's avatar
      turandrey
      New Contributor

      You absolutely right. I followed all instructions which  TanyaGorbunova sent me but unfortunately get same result.

      • nmrao's avatar
        nmrao
        Champion Level 3
        turandrey,

        However, it is possible to generate the post request content for REST Request test step (similar to SOAP Request step) even in the SoapUI Open Source edition provided we write the custom code.

        Did that some time ago. Unfortunately, that was very specific to the API and not a general solution.