service success event data parameter unreadable
I have a service which returns a "0" or "1" in the service response
In the service success event I have some javascript to show an alert depending on the response
The value of parameter data shows as [object Object]
If I test the service on the Test screen I get the response
{
"mysave":"0"
}
The response parameter set in the service is
$ array is ticked
mysave array is NOT ticked
any ideas
regards
Steve