nash_p 0 Newbie Poster

We have a mobile game application created using j2me. This application need to communicate with an asp.net wcf service to send/receive data in json format. I have created the service and uploaded on to server. The url is somewhat http://xyz.com/TheService.svc.

This service provides some methods for example -

int add(int n1, int n2),
string getfullname(string fname, string lname)

I am facing the problem on how to consume it.

Any help is greatly appreciated.