You are not logged in.
Pages: 1
can TServiceCustomAnswer be extended to return more then one binary object ?
I need the orm server to return record which contains more fields in addition to the blob one.
Is there other ways to make the server return mixed data ?
if , for example I have a response record like
TResponseRecord = record
blob1:RawByteString;
blob2:RawByteString;
simpleString:string;
number:integer;
end;
maybe should be another layer which pack TResponseRecord into TServiceCustomAnswer on the server side and extract it back to TResponseRecord on the client side ?
Offline
Pages: 1