Hi,
I'm trying to call one of standard REST services:
/api/services/ProjectServices/ProjectWbsService/getProjectInfo
This service requires two parameters - company id and project recid. How should I set up these parameters in SoapUI?
Not matter which settings I try I'm getting either (when post query string is not set)
"Message": "An unhandled exception was caught by the X++ Custom Services controller - Parameter count mismatch..",
or (when post query string is set)
"Message": "An exception occured when deserializing a parameters - Exception occured when parsing the request content - Unexpected character encountered while parsing value: C. Path '', line 0, position 0.",
In first case I've tried to add many parameters, but it seems they are simply not passed properly. In second case mentioned 'C' is the first letter of parameter name.
Token is fine - methods without parameters works fine.
What am I missing?