in the ExampleJsonRequest routine of a netwebservice I get the following compile errors for each input parameter
Must specify identifier - C:\Users\Public\Documents\SoftVelocity\Clarion10\Solutions\ClaimsApi\ClaimsApi005.clw:3693,33
Unknown identifier: CLAIMNUMBER - C:\Users\Public\Documents\SoftVelocity\Clarion10\Solutions\ClaimsApi\ClaimsApi005.clw:3693,21
the line in the code is :
collection.append(ClaimNumber,'**value**')
see attachment for a screen shot