Problem when connect to relativity server with megademo

When I try to connect to relativity server with megademo show following error:


Service Url: http://localhost:8099/json
Message: JSONMessage:

Method: Sum; Params: A=3; B=5;
Sending request… ok.
Waiting for response… Error: JsonRPCError: Service MegaDemoService not found.

How can I fix it?

Hello Amaury.

MegeDemo client can’t work with Relativity server. Relativity is Data Abstract technology that enables developers to deploy Data Abstract servers without actually creating and maintaining their own server application in code (http://wiki.remobjects.com/wiki/Relativity). MegaDemo sample shows RemObjects SDK functionality (http://wiki.remobjects.com/wiki/RemObjects_SDK). To solve the problem please use MegaDemo server together with MegaDemo client.

Thanks

I was very confuse, but i search for megaserver demo in remobject for delphi and workit.

Thanks a lot.