ContributionsMost RecentMost LikesSolutionsRunning selective Test Suites from commandline in soapui proHi, I have multiple test Suites in my project but I want to run only some of these e.g. I have Test suits A, B, C, D and I want to run only A and D against a specific endpoint. How do I do this without having to run the same script with different test suite name? I know one test Suite can be run with option '-s' but how do I run more than one? Thanks, SohailSolvedRe: [Resolved] Generating a WADL from the command lineThank you for the reply. That was exactly the tip I needed to build my solution.[Resolved] Generating a WADL from the command lineHello, Is there a way to generate a WADL from a soapUI project from a command line? My team uses soapUI to design our services. I've been tasked with building a process that can generate a WADL for each soapUI project in our catalog. I haven't been able to find any features in the documentation that can perform this task. Our current process of opening each project and copy/pasting the WADL content to a file is labor intensive, and it seems there should be a better way. Please let me know what my options are. Thank you.Re: [Res] SOAPUI Pro 4.5.1- Raw View does not show POST contentWell i was able to figure out the issue and found solution to it too. In SOAPUI 4.5.1, under soapUI Preferences -> UI Settings -> “Size of Raw Request Message to Show”, by default this field is set to ‘10000’ and that’s why larger xml requests are not shown in RAW, once I increased this limit to ‘100000’ and restarted soapUI , I was able to see raw contents. Thanks[Res] SOAPUI Pro 4.5.1- Raw View does not show POST contentHi, I upgraded to 4.5.1 on Windows 7 (64 bit) and now I don't see POST payload in Test Request's RAW or FORM view anymore. I can see POST xml payload in REQUEST and OUTLINE view but it's not useful, it does not show what was actually passed into the REQUEST. Help!!! SohailUsing SOAPUI Pro over VPNHow SOAPUI Pro can be connected over VPN? Currently when we are working remotely and logged in through VPN, all resources available within the intranet are accessable remotely except through SOAPUI. SOAPUI can't seem to access resource URL etc. Thanks!Validation passes without elementI have an assertion to validate response and my xpath match assertion has following: expected: <?xml version="1.0" encoding="UTF-8"?> And some other stuff Actual: And some other stuff Result is that assertion passes without presence of "<?xml version="1.0" encoding="UTF-8"?>" What could be the issue?Re: Validating header values in REST responseThanks, that worked as a script assertion. How could I do the same if I wanted to do it in a separate groovy script step and not as a part of script assertion? Thanks!Re: Validating header values in REST responseThat post does not explain how to capture header values in service response. I'm trying to validate some variable value in message header?Validating header values in REST responseI have a need to validate a value coming back in header of REST response. Only available assertion against header seems to be http status code. Is there a way to do it? Groovy Script? Thanks, Sohail