Pass the parameters this way:{parameterName:parameterValue}For example,
in your code: var response =
service.SearchMatch({nameOfTheParameter:TextField1.rawValue}); You
should replace "nameOfTheParameter" for the actual name of the parameter
of SearchMatch