I am trying to make JSON webservice in C# .NET. A json string is returning by web method but it contains xml structure like:
You can try to build your service using the REST Api. You can find the information on REST with WCF at this link
You can download the toolkit for samples on how to build restful wcf services that returns json response.