alpanhell
11 years agoOccasional Contributor
REST, WADL and null
Hello,
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!
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!