Building web services with VB.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good day,

I hope someone can help me. I was given a great tutorial on how to build web
services with vb.net. The only problem is that in it they speak about a
..vsdisco file that gets created automatically. Now I have tried just about
everything and can't get this file to create. Can someone help me out or
point me to a better tutorial, clearly mine is not that great after all.

Please any help would be of great help.

Thank in advance
 
Hi,
The only problem is that in it they speak about a
.vsdisco file that gets created automatically. Now I have tried just about
everything and can't get this file to create.

As far as I know this .vdisco file just holds references to some
webservice-specific ressources like its WSDL-document etc..
In other words, you don't need this file to create a working webservice,
because you can refer to its wsdl-document directly.
(e.g. http://localhost/MyWebservice/MyService.asmx?wsdl)
point me to a better tutorial, clearly mine is not that great after all.

http://msdn.microsoft.com/webservices/building/frameworkandstudio/default.aspx

Denny
 
Thanks Denny,

My web service now works like a charm. Wish I had posted this question
sooner, I feel like I have been banging my head against the wall for the past
week.

Thanks again for your help.

Cheers
 
Back
Top