Hi,
I've only used XData in a web app so far but am now trying to use TXDataClient in a VCL app to access the same XData server. I can login ok and get a token but when I try:
` U:=TBGUsers.Create;
U.UserGUID:=UserGUID;
XDataClient.Post(U);
`
The post fails with the following error:
Can you please tell me what this means?
Thanks,
Ken