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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top