When using the client test tools using a GetParameterMessage I get this message back for a parameter with the parameter in the xml with these tags:
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>false</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>
Does anyone know what's causing the error below?
One of the cases that causes this exception is when the ParameterId property of the GetParameterMessage does not exist.
The parameter does exist, I believe it is a case of it not being a displayed parameter as mentions by Jens Vandewalle