ContributionsMost RecentMost LikesSolutionsQuestion regarding gRPC protocol. Hello, I have a question regarding new gRPC test step, does it support streaming? If not, will it be in the future? I need to test streaming service using gRPC protocol and i tried to import .proto file, but it keeps throwing me an error. Ive tried to import other non-streaming service and its worked. Some info from internet: "gRPC uses the HTTP/2 network protocol to do inter-service communications. One key advantage of HTTP/2 is thatit supports streams. Each stream can multiplex multiple bidirectional messages sharing a single connection" Thank you in advance for any information regarding this question. Re: Where is default path of global properties, *VERY URGENT SITUATION Well it's okay now, I recovered almost all data, I had copy of project on GIT. I suggest for everyone to change the location of workspace file and soapUI settings and store it for example on git reprository... just in case, cause u never know what might happen, seems like CHKDSK after crash on my machine somehow wiped out my project, soapUI settings and global variables, when i Tried open those files it was completly nulled. Re: Where is default path of global properties, *VERY URGENT SITUATION Well thanks, I will try, I think the case is lost anyway, cause those files are completly nulled Project and settings, it's weird beacuse I've had like 3 projects in soapUI while there was a crash, and only one is corrupted with nulls. perhaps someone on forum might know a solution? I've found the default-soapui-workspace.xml.bak file... but don't know why it's full on nulls, any idea? After my machine crashed there was CHKDSK, is it possible that this feature wipe out my project and soapUI properties/settings? Thanks in advance for any idea of solution Emil Where is default path of global properties, *VERY URGENT SITUATION I've had like 200 global properties in my projects and it's gone... like one hour ago Update message pop up and asked me to install the update from 2.7.0 to 2.8.0. After it replaced older version all of my global properties are gone, It's really important, and I wan't to get those properies back. There are some remainings of soapUI version 2.7.0 in SmartBear folder, but nothing looks like global properties... Before installation of new version I had an issue with my PC and had to manually restart it, soapUI was turned On, one of my projects is completly gone... the project inside is filled with nulls. I've got coppy of that project but wan't get back my global properies and don't know how. *I want to add. that i lost all settings of soapUI... Please help me asap, I need to get those properies back and i've not idea how to do that. Best regards Emil SolvedRe: Is it possible to send request and answer through activeMQ using soapUI? Requ and answ is in JSON ManP try this: In case if you need send "GET" request to topic: http://192.168.0.0:0000/api/message/name_of_topic?type=topic&clientId=Id_of_topic In case if you need send "POST" request to queue: http://192.168.0.0/api/message?destination=queue://name_of_queue GL & have fun. Best Regards Emil help! I need to transfer message ID from RAW response in soapUI NG pro in (Rest project) Is there any chance to transfer such id from RAW response? All i need is something which is unique every time and in this case I found that RAW response of my request is generating message ID and every time i send new request the message ID is different, now I need to transfer such ID to the GET method endpoint which is responsible for getting the result ofconsumed request.That is first idea I can also mention that Json request which I'm sending contains "uuid": "770" <-- The number is randomized every new request, I can see this in RAW request, I wonder if it's possible to transfer "uuid" content from RAW request and move it to GET endpoint URL, if that is possible it would safe my arsehollas well, Thanks"from the mountain" ;D That is second idea I'm stuck at this moment, I've done research on google and wasted lot of time, I need to figure this out and need help becauseWhen I send several requests I'm able to GET all of them.. and that's not the point. I want to be able to only GET requests with unique ID, I hope I'm clear enough, I've attached a screenshot which shows the RAW response of my request, Thanks in advance for help this is very important for me, cheers. Best Regards Emil Re: Question about DataGen feature in soapUI NG pro mpartykaWell that's what exacly looking for! Thank you very much for such idea :P, cheers. Best regards Emil Re: Question about DataGen feature in soapUI NG pro RadfordThank You I will check it out, well actually all I have to do is to sort huge list of addresses :P and if some addres doesnt exists because my geocode application can't find such addres I want to delete such address from the list, all I need to test is sending geocode request with address and checking the result. I just want to have huge lists of addresses (valid addresses) and run serveal tests :P on those addresses, so after few thousand different addresses I will be preety sure that respond is ok and its according to the documentation, that is my idea of testing that thing. Thanks for support Best regards Emil Re: Question about DataGen feature in soapUI NG pro Seems like there is lack of info about such scrit, I've done resarch and can't find anything.. I just wonder if it's even possible in soapUI NG pro :P To do conditional if like: "test step = fail" delete value which was used i that step, and value is located in DataGen as string(item) in list perhaps I need to find other way to find source of working addresses. Re: Question about DataGen feature in soapUI NG pro nmraoWell :D I just copied it from some database