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#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

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