M
mohit.akl
help guys !!!
i am calling a webmethod from a webservice called helloWorld..
[WebMethod]
public string HelloWorld()
{
return "Hello World";
}
but the thing is that when i am caling HelloWorld() method in my
application it is asking for parameters like AsyncCallback and asking
for some object....
i don't know why i am not able to straightway call my webservice method
like this:
wbService.Service1 wbSrvNew = new desktopAPP.wbService.Service1();
wbSrvNew.HelloWorld();
please elp guys as soon as possible !!!
go project due in two days
cheers
i am calling a webmethod from a webservice called helloWorld..
[WebMethod]
public string HelloWorld()
{
return "Hello World";
}
but the thing is that when i am caling HelloWorld() method in my
application it is asking for parameters like AsyncCallback and asking
for some object....
i don't know why i am not able to straightway call my webservice method
like this:
wbService.Service1 wbSrvNew = new desktopAPP.wbService.Service1();
wbSrvNew.HelloWorld();
please elp guys as soon as possible !!!
go project due in two days
cheers