3.3.5.7 ConvertToString Event Processing

The server receives an rdsConvertToStringRequest message from the client. The server will process out the parameters and fashion a call to the ConvertToString method. The parameters are processed according to the algorithm described in section 3.3.1.2.

The RDS Transport Protocol server MUST process any RecordSet in the rdsConvertToStringRequest.

The RDS Transport Protocol server MUST build MIMERecordSet by converting the RecordSet to a BASE64 string (BASE64 encoding).

The RDS Transport Protocol server MUST then construct an rdsConvertToStringResponse with MIMERecordSet. The contents of the rdsConvertToStringResponse are sent back to the client in the reply.