c# - How to call a webservice in the same website? -


i have call webservice published in same website caller aspx is.

when try "add web reference" editor not show webservice methods generated namespace.

do have use "add web reference" or there way because webservice in same website?

visual studio 2005, c#

thanks,

eduardo

i used way andy rose wrote in comments:

instantiate webservice class , call methods directly because accessible inside project (no need add web reference).


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -