Forum Discussion

JKelsey's avatar
JKelsey
Occasional Contributor
15 years ago

Outline tab blank - is there a content-length limit?

I've encountered one situation where the Outline tab for a REST GET response is blank, even though the other tabs (XML, Raw, HTML, Overview) show the response data just fine.

The content-length for the response in this scenario is 575038.

Is there a limit to the amount of data the Outline tab can handle? Other responses that are working fine all seem to have a content-length much less than 500K.

4 Replies

  • In "File > Preferences > soapUI Pro > Outline Editor Limit" you can change the maximum size of the Outline tab (it's set to 400 000 by default to keep memory usage under control).

    regards!

    /Henrik
    www.eviware.com
  • JKelsey's avatar
    JKelsey
    Occasional Contributor
    The preference setting is not working for me. I tried setting the Outline Editor Limit to values much greater than my content-length (I tried 600000 and 700000). I still get no outline when the content-length is over 500000.

    I tried restarting SoapUI after changing the value. That didn't help.
  • Hi!

    hmm.. are you getting any errors in the error tab at the bottom of the soapUI window?

    regards!

    /Ole
    eviware.com
  • JKelsey's avatar
    JKelsey
    Occasional Contributor
    There was nothing in the error log, but I checked the soapUI log and it showed a warning:
    Skipping document due to outline editor limit [700000], size is 736123.

    So I guess the content-length value is not the full story of how much data is actually there. I bumped up the editor limit to 800000, and now the outline is filled in.

    Thanks.