Forum Discussion

stega's avatar
stega
Contributor
13 years ago

SoapUI response display problem

Hi All,
I have a problem with getting large amount of data in the response. If i run a request with an expected result of over 10000 records, it runs circa 10mins. When it stops running it says the response time was 2868ms, (2844603bytes) so i guess the slowness is because of displaying the response. And sometime the soapui freezes, crashes and i need to close soapui from task manager.
Is there a solution for this problem?
Mostly i uses the list to get the number of the records.

3 Replies

  • I tried to modify the allocated memory, but it didn't helped.
    I guess it's the conversion from json to xml that slows the display, can i somehow disable it, because i only need the response json, i don't need it in xml format.
  • There isn't a way to turn off the conversion. And with the memory increase you should hopefully avoid the crashes.

    But otherwise when you receive a very large response that will certainly take longer to process.

    Thanks,
    Michael Giller
    SmartBear Software