If you want the response data to come from the user's HTTP request they you will have to send the information through headers or the request body. I'm not sure of another way that the user can enter data to your service. The data could also come from some other external source you might have, like a database, etc....
Steve
Steve