ContributionsMost RecentMost LikesSolutionsRe: SoapUI large response data Now I understand. The api call itself should be altered or at least have a parameter that can control how much data should be retrieved or returned in the response right? Thank you again Re: SoapUI large response data It doesn't solve my problem. I also tried executing it through batch file. I guess the request retrieves thousands of data that's why it takes time. Executing through batch file will not cause the command line to stuck but it will also take time to finish same as with the UI. Are there any settings to control how much data should be retrieved? Like instead of returning thousands of data, it will just return 5-10 data. Thanks again for the answers SoapUI large response data I'm currently testing an API with Post and Get call. When the API is new, few data are returned on the response as expected. But executing the call daily added more data. The Get call has no parameter which limit how much data are returned on the response. I guess it is more than 100 thousand data are being retrieved. When I executed the Get call today, it already took me more than 1 hour and still the execution is not finish. Is there any solution for this? Thanks in advance. SolvedRe: Dynamically Set client credentials This one solved my question and I was able to set credentials dynamically on my api calls. Thank you very much. I wasn't able to reply immediately. Thank you again! Symbols or special characters are not recognized as string and is converted to ascii code I'm tying to send a request using an email in the parameter template. "@" sign is converted to %40. Is there any way to send it as a string? All my data is in email format Re: Symbols or special characters are not recognized as string and is converted to ascii code I wasn't able to find solution for this. Again, data returned on the 1st api is in email format with "@" sign and when I use this value on the 2nd api, "@" sign is being sent as Ascii and not as string. Re: Symbols or special characters are not recognized as string and is converted to ascii code The usual data in the response is like "abcde" but now all data is in email format. I'm using that data on parameter template for the 2nd api call Dynamically Set client credentials Currently, we are using Oauth2 Client Credentials Grant on our Apis. Is there a way to set or automate the values on the Authorization Profile credentials fields dynamically (ex. values from Datasource or Properties)? Below is the screenshot of Authorization Profile: SolvedRe: Ready API Latest Build TestStep Editor So I guess no one has experienced it yet Ready API Latest Build TestStep Editor In the last 2016 build, we are able to edit and open teststep editor after Authentication has been set. Now we have downloaded and upgraded to the 2017 build of the ReadyAPI last march 3 and we can't open or edit teststeps that has Authentication on it. Is there any solution for this one? Thanks in advance