Welcome to AspAdvice Sign in | Join | Help

.Net Discoveries

An attempt to pass along some answers I have discovered in my .Net coding.

Browse by Tags

All Tags » Web Services   (RSS)
Overloading Web Services
Prologue My last few posts have dealt with my re-purposing of an XML data feed to a web service. Honestly, this is the first time that I have created a web service that I put into production, so I haven't had a lot of experience with it. In creating the Read More...
VB.Net and GroupWise Soap Pt. 2 - Getting a Folder List
Prologue In my last post, I talked about accessing GroupWise via the SOAP services that they provide. Specifically, we looked at logging in. In this post we want to expand upon the application that we started and add some more functionality. Problem Our Read More...