hi how can i view the the web service result in my client app?
the web service is:

Code:
public struct SecurityInfo
{
    public string location;
    public string areacode;
}
[WebService(Namespace = "http://192.168.1.6/WebService/Service.asmx",
Description = "A Simple Web Calculator Service",
Name = "CalculatorWebService")]
[WebServiceBinding(ConformsTo
...