I am using Soap UI tool to test my Rest Web services....
My perspective is to pass different parameters in my URL and test.
But if I am using XML rest web service the parameters are automatically fetched. But if I am using json web services, the parameters are not getting automatically fetched.
What could be the problem?
[b]I am using the following two URL's:
1. http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre - Parameters are automatically fetched
2. 182.18.189.247:8880/RESTWS/resources/json/SPC/ - The parameters are not fetched automatically