I would like to know whether passing multiple parameters while consuming webservice for an iPad application will have any impact in performance. I mean, will it take more time when the request and response have more number of parameters?. I have few less important parameters in webservice methods. I’m not sure whether to remove them or not. please guide me..
I would like to know whether passing multiple parameters while consuming webservice for an
Share
What matters is not the number of parameters it’s the size of the payload. One can have a Web service method with only one parameter and have a payload ranging from a few bytes to ten, hundreds or mega bytes and this is what affects performances.