Categorized By XML and Web Services

Articles in Category: 'XML and Web Services'

Learn How to Enable Configuration Settings in ASP.NET 3.5 C#.

Category: Web Development / XML and Web Services

This tutorial will show you how to enable the configuration settings within the Web.config file for forms authentication, roles, and profile properties for a Windows Application in ASP.NET 3.5 C#. In this tutorial we will enable the configuration settings within the Web.config file for forms authentication...

Read More...

How to Consume a Web Service Final Part

Category: Web Development / XML and Web Services

How to Consume a Web Service in C# [Part 2 of 2] Part One of this Articles Series can be viewed here Introduction In this article we will explain how you can consume a web service utilizing “.Net Web Service Studio” version 2.0. This is a free download and was written by a person or people...

Read More...

How to Consume a Web Service

Category: Web Development / XML and Web Services

How to Consume a Web Service in C# [Part 1 of 2] Introduction In this article we will explain how you can consume a web service utilizing “.Net Web Service Studio” version 2.0. This is a free download and was written by a person or people at Microsoft… at least to the best of my knowledge...

Read More...

How to Create a Web Service in C#

Category: Web Development / XML and Web Services

How to Create a Web Service in C# Introduction In this article we will explain how you can easily create a web service within Visual Studio 2005. Web Services are utilized in the design of SOA architecture as part of the foundation for the enterprise development of that architecture. SOA means Service...

Read More...