Web Services in flash (Sample Application)

Flash and Asp.net, C# Relation

Web Services in flash (Sample Application)

Postby Ashish on Tue Jan 06, 2009 2:45 pm

Web services provide a common interface for communicating and exchanging data with different systems. That sentence sounds pretty generic and doesn't really help you understand what web services are. Instead,


So you have this Web Application, and you really want to use your current Applications to communicate with it. Unfortunately, your Applications don't have any idea on how to communicate with the Web Application, but all hope is not lost! Your applications implement a mediator - a Web Service - to convert the requests your applications make into a form that is recognized by the Web Application


In other words, a web service allows your applications to communicate with whatever is hiding out back. It does not matter what language the applications are coded in, what type of server your Web Application is running on, etc. As long as both the Web Application and your Applications have a common language with which to communicate with the Web Service, then you are good to go! To copy and paste my intro sentence, web services provide a common interface for communicating and exchanging data with different systems.

Now that you have a brief, though possibly twisted view of what Web Services do, let's go about creating one in ASP.NET. Our Web Service will be fairly simple, for I really want this tutorial to be more about how to create a web service using Visual Web Developer/Visual Studio 2005 instead of focusing on the semantics of the C# language.

On the next four pages, I will explain how to create your web service using Visual Studio 2005/Visual Web Developer, and then conclude by explaining how the web service works along with a line-by-line explanation of the code.

READ MORE ...www.kirupa.com/net/webService.htm

Get Sample of code : viewtopic.php?f=38&t=49

Ashish
 
Posts: 84
Joined: Tue Oct 14, 2008 1:49 pm

Re: Web Services in flash (Sample Application)

Postby Ashish on Fri Feb 12, 2010 12:56 pm

Sample Web service Connection Application code in Flash AS 3.0

Download from attached or get from here : http://files.alducente.com/labs/WebService1.1.zip

Attachments
WebService_sample.zip
Please login to download the source code
(17.76 KiB) Downloaded 5 times
Ashish
 
Posts: 84
Joined: Tue Oct 14, 2008 1:49 pm


Return to Flash and Asp.net, C#

Who is online

Users browsing this forum: No registered users and 1 guest

cron