Various Web Services in the same project

  • Thread starter Thread starter Alfredo Barrientos
  • Start date Start date
A

Alfredo Barrientos

Hi,

I know it is possible create various asmx files in a Web Service
Project, but when i tried to invoke them from other project i have to
create various web references for each web service or asmx file. Is it
posible create just one web reference?

Thanks,

Alfredo Barrientos
 
Surely possible. But it contradicts with web service approach. Web Service
Approach is loosely coupled. So as a you should add a new web reference but
not have to.. You can wrap your web services by implementing your own proxy
class (similar to VS.NET generated code)

--
HTH

Thanks,
Yunus Emre ALPÖZEN
BSc, MCSD.NET
 
Back
Top