Web Service

List of Articles in Web Service

Working with Web Services using ASP.NET

This article demonstrating the ASP.NET Web Service essentials and also how to create & use the web services in our applications.Read more..
By: Pankaj Kumar Gupta   |    On:  2/8/2011 4:33:09 AM   |    Article

10 Rules to justify a true Web service

10 Rules to justify a true Web serviceRead more..
By: helloraj   |    On:  2/16/2010 12:59:30 AM   |    Article

Web services as SOA compliant

Manifesting services in real world automation solutions requires the use of a technology capable of preserving fundamental service-orientation, while implementing real world business functionality.Read more..
By: shiva shankar madishetti   |    On:  4/25/2010 11:27:53 AM   |    Article

Using the OneWay Web Service Attribute

Using the OneWay Web Service AttributeRead more..
By: amalhashim   |    On:  2/15/2010 11:30:10 PM   |    Article

Uploading Large file using Web Service

Uploading Large file using Web ServiceRead more..
By: hussain.attiya   |    On:  2/16/2010 3:20:25 AM   |    Article

Flex Communication with ASP.NET WebService

Flex Communication with ASP.NET WebServiceRead more..
By: ninethsense   |    On:  2/16/2010 12:55:57 AM   |    Article

Exchange UserCredential between client and webservice in.NET

Exchange UserCredential between client and webservice in.NETRead more..
By: RRaveen   |    On:  2/15/2010 10:59:47 PM   |    Article

Access web service WSDL file in dynamically in client side using C#

Access web service WSDL file in dynamically in client side using C#Read more..
By: RRaveen   |    On:  2/15/2010 10:59:47 PM   |    Article

Consuming URL Shortening Services - Introduction

This is the first article of our series that talks about accessing URL shortening services programmatically. Here we introduce new concepts like the REST API. We also have a brief discussion of URL shortening services APIs and how you can access them. In addition, we are going to talk about .NET support for the REST API and tools and techniques available that would help us during our journey through the API. A working example built using C# and WinForms is available at the end of this aRead more..
By: Geming Leader   |    On:  9/2/2010 3:35:11 PM   |    Article

Consuming URL Shortening Services - is.gd

Another article of our series that talks about accessing URL shortening services programmatically. This article is talking about is.gd shortening service, how you can use it, and how to access it via your C#/VB.NET application.Read more..
By: Geming Leader   |    On:  9/2/2010 3:38:12 PM   |    Article

Consuming URL Shortening Services - Tweetburner (Twurl)

Just another article of the URL shortening services series. Today, we are going to talk about another hot and easy-to-use service, it's Tweetburner. If you haven't used it before, then it's the time to. We're going to discuss how to use Tweetburner first. After that, we'll inspect its API and learn how to use it in your .NET application.Read more..
By: Geming Leader   |    On:  9/2/2010 3:41:10 PM   |    Article

Consuming URL Shortening Services - Cligs

This is another article that talks about URL shortening services. Today we are going to talk about Cligs, one of the popular shortening services on the web. Be prepared!Read more..
By: Geming Leader   |    On:  9/2/2010 3:44:45 PM   |    Article

Consuming URL Shortening Services – bit.ly

This is a very hot article that you can’t leave without checking it first. This article is talking about the most popular and powerful URL shortening service ever, bit.ly. Today, we are going to talk about bit.ly API, its functions, and how you can access them from your .NET application. Don’t forget to download the sample code at the end of the article. Let’s go!Read more..
By: Geming Leader   |    On:  9/2/2010 3:47:53 PM   |    Article

Consuming URL Shortening Services – X.co

This is another article of our URL shortening services series. This article is talking about X.co shortening service provided by Go Daddy. If you don’t know how to access this service from your .NET application, then it’s the time to. We’ll have a complete discussion of the WCF services offered by X.co. Then, we’ll consider the RESTful interfaces provided.Read more..
By: Geming Leader   |    On:  9/23/2010 6:40:41 AM   |    Article

Consuming URL Shortening Services – 1click.at

Another article of our endless series that talks about accessing URL shortening services programmatically.This article is talking about 1click.at shortening service, how you can use it, and how to access it via your C#/VB.NET application.Read more..
By: Geming Leader   |    On:  12/27/2010 6:33:03 AM   |    Article

Creating a Simple Twitter Client Application

This writing discusses the Twitter API and how you can utilize it in your managed application. It begins by a brief discussion of the API and the methods used. After that, it digs into the discussion of how you can utilize the API into your application with help of code samples and examples. At the end of this writing, there’s a nice open-source Twitter client application available for download. Worth mentioning that this article focuses on the REST API set of Twitter, specifically XML endpoinRead more..
By: Geming Leader   |    On:  9/2/2010 3:24:05 PM   |    Article

How to Testing WebServices using QTP

It is tricky but extremely simple to test web services using QuickTest. I was given this task of creating a framework for testing a particular set of Use Cases which had to be done using services as no UI was availableRead more..
By: Rohan Datar   |    On:  10/16/2010 11:24:36 AM   |    Article
^ Scroll to Top