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
Post a Comment