Exemplo n.º 1
0
        public string HelloWorld()
        {
            localhost.Service2 s = new HelloWorldASPNET.localhost.Service2();
            s.Url = "http://localhost:49688/Service2.asmx";

            return("Hello World" + s.HelloWorld("Service1"));
        }
Exemplo n.º 2
0
        public string HelloWorld()
        {
            localhost.Service2 s = new HelloWorldASPNET.localhost.Service2();
            s.Url = "http://localhost:49688/Service2.asmx";

            return "Hello World" + s.HelloWorld("Service1");
        }