I can successfully receive values from my web service so in that repect the script is working fine. However I am now trying to send data to the webservice using the \'data\' fie
data: "{"parameterName": "test"}"
in WebService: public void GetData(string parameterName) {}
public void GetData(string parameterName) {}