Ask a Question related to ASP.NET Web Services, Design and Development.
-
Shaun Wilson #1
VSDISCO/WebReference Woes
I have two webservices Service1.asmx and Service2.asmx and a client library
that has two web references to each. I find it inelegant that I have to
maintain two web references for each webservice I am exposing. For example,
although both web services exist on the same webserver and in the same
folder I cannot get them to appear as such in client code because the code
generator generates a local namespace based on the webref names.
What I'm hoping is that a single web reference can be created that
encompasses 2 or more service objects such that client code can access all
web service proxies from the same namespace, and so that I only have to
update one web reference when the server interfaces changes.
I've tried using a vsdisco according to MSDN but i get a file not found
error when I try and navigate to the /default.vsdisco location on the
webserver, there is no such file at this location. I assume I do not have to
add a file since the purpose of *.vsdisco is dynamic discovery of
webservices exposed by the webserver.
I'm also assuming that with a vsdisco file I will get a single web reference
with multiple webservices, thus solving my problem above.
Any help/insight is appreciated, thanks.
Shaun Wilson
Shaun Wilson Guest
-
Where have the vsdisco files gone?
I have upgraded to Visula Studio 2003. It now appears that the vsdisco file is no longer generated as part of the project. I know that these can be... -
Questions about .disco and .vsdisco files
Hi. I know the basics to create and consume a web service, but till now I didn't understand exactly the benefits of the .vsdisco and .disco... -
beginner: add webreference at runtime
Hi all, I want to build some functionality in my ASP.NET app and do not know where to start, so just asking for some basic advice... Here is... -
vsdisco with Web Services
I am having problems getting the vsdisco file to be automatically generated through Visual Studio .net when I create a web service. What am I... -
how to use ssl certificates with a wsdl webreference?
Hi I have the following problem. I making an application that needs to communicate with a webservice using an SSL connection. The Connection...



Reply With Quote

