ContributionsMost RecentMost LikesSolutionsRe: REST, WADL and nullSorry didn't realize it blocked my attachments based on extension.Re: REST, WADL and nullI've attached a wadl file and an associated schema. This is a slightly modified version that produces even more "null"'s.Re: REST, WADL and nullunfortunately I can't post the wadl file, if it's necessary I may be able to create a stripped down version. I can't imagine though that a wadl file would cause "null" to put in to uri's?? I'm using soapui version 5.0.0 (not pro the free version)REST, WADL and nullHello, I am trying to use soapui REST projects derived from WADL for the first time. It seemed pretty easy and straightforward but my problem is that when running a request soapui keeps putting the word "null" in my uri for some reason. I have no idea why it's doing it or how to stop it from doing it. For instance, in my request dialog I have the method specified as GET, endpoint specified to be "http://localhost:7001" and my resource: "/testRest/RestService/leave" along with the parameters that are auto filled in. Whenever I execute a request using the above, soapui puts in the resource textbox: "null/testRest/RestService/leave" inserting a "null" at the beginning. Sure enough if I look in the raw request I see a uri of: "http://localhost:7001/null/testRest/RestService/leave". How do I get rid of this "null"? Where is it coming from? thanks!Re: Where can I hire a SoapUI consultant?I'm definitely not one. But probably would be good for you to post the location where you'd need one.proper way to sleepI was just wondering if there is a proper way to do a sleep/pause while within a Groovy script in a TestCase? I'm using Thread.currentThread().sleep(1000) but I'm guessing that some weird behaviour I'm seeing is caused by using this. I'm seeing where I can't stop a TestCase and have to restart soapui.