You are not logged in.
Pages: 1
I am testing SynCrossPlatformREST.
get a exception here
if contract<>fContractExpected then
raise EServiceException.CreateFmt('Invalid contract "%s" for %s: expected "%s"',
[contract,ClassName,fContractExpected]);
the "contract" was not the same .
my mORMotClient was donwload from Wrapper service .
the contract value was assigned in create method :> fContractExpected := 'E705B04F2012153D';
-----------------------------------
what does the "contract" working here ? how to calculate the value ?
Windows 7 64bit. Delphi XE10.2 Professional.
Offline
Pages: 1