SharePoint, XBOX, .NET, Technology - What I am reading

    [Home] [Recent] [Site Map]

   

An Extensive Examination of Web Services: Part 11

The .NET Framework makes creating and consuming Web Services a walk in the park. Creating a Web Service is as easy as marking a class with the WebService attribute; Web Services can be easily consumed because the .NET Framework includes tools to build proxy classes given a Web Service"s WSDL file. All of the examples we have seen in previous installments in this article series have consumed Web Services from server-side code. That is, a Web Service is consumed when a postback occurs and server-side code in an ASP.NET page creates an instance of the proxy class and invokes one of its methods.

In 2007 Microsoft released their free ASP.NET AJAX framework, which simplifies building AJAX-enabled ASP.NET applications (see An Introduction to AJAX and Atlas with ASP.NET 2.0 for more information). The ASP.NET AJAX framework is best known for its myriad of AJAX-enabled Web controls, but it also includes functionality to create and consume Web Services through client-side script. Best of all, the workflow for creating script-accessible Web Services is very similar to creating Web Services consumed through server-side .NET code. To mark a Web Service as being consumable from client script, simply add the ScriptService attribute; the service can be consumed through script via an auto-generated JavaScript proxy class.

In this article we"ll look at how to use Microsoft"s ASP.NET AJAX framework to consume Web Services from script. We will also examine how the low-level communication differs between Web Services consumed from .NET code versus Web Services consumed from JavaScript. Read on to learn more!
Read More >


>>Source Link
>>Blog: 4GuysFromRolla.com Headlines
>>Publish Date: 10/8/2007 10:20:24 PM
>>Keywords: web services

Related Posts
>>New Web Services for Office Live? #
    We"ve heard before that there are some gaps in the web services that are offered as part of Office Live. For the most part, we allow you to use many of the web services from Windows SharePoint Service
>>Sharepoint 2007 Server Farm Configuration Issue #
    I am configuring a simple server farm in our Lab environment for SharePoint 2007 where I have one web server, 1 app server and 1 Db server. I have following the instructions for installation on a serv
>>Something everyone should know about web services! #
    My friend Chris posted about something that's really cool with .NET web services I never knew!http://cgaskell.wordpress.com/2007/01/19/overloading-routines-in-webservices Share this post: email it
>>Groove 2007 Web Services development article #
    John Hancock has an article in the current issue of MSDN - "Help Teams Work Together with Web Services And Groove 2007. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! |
>>Windows Server 2008 “Longhorn” Beta3 is available for download #
    Please visit http://www.microsoft.com/windowsserver/longhorn/audsel.mspx to download the Longhorn Server Beta 3 software or to order a DVD. Terminal Services for Longhorn includes significant improve
>>Groove Web Services V12 Helpers #
    Paresh Suthar has released "Groove Web Services V12 Helpers" at CodePlex. A C# .NET assembly that provides an abstraction layer for all of Groove 3.1 and Groove 2007 web services. The goal of the abst
>>SharePoint: "Microsoft.SharePoint.SoapServer.SoapServerException" #
    I do believe that most you knew that SharePoint actually exposed quite a number of web services for developers to work on it to extend the capability of the SharePoint. Currently, I am involved in the
>>Use .NET application cache to store the output objects from Web services #
    Calling web services is a bit expensive in terms of sacrificing overall performance of the web application. Obviously we can increase the performance by storing output from web service in .NET applic
>>Links to resources on Excel Services #
    As part of my new role, I"m learning more about Excel Services and the ability to render spreadsheets on the server. Excel Services is available through the Microsoft Office SharePoint Services SKU. H
>>ASP.NET Podcast Show #90 - Orcas Beta1 Intellisense and Debugging of Web Services and AJAX - video #
    While this show sounds similar to the previous show, it isn't. The previous show was just about improved Intellisense and Debugging of JavaScript. This show is about Visual Studio .NET Orcas Bet

Related Posts:
>>Hosting ASP.NET Applications in Medium Trust
>>Accessing and Updating Data in ASP.NET 2.0: Deleting Data
>>Building a User Control that Displays RSS Feeds Using a DataList and an XmlDataSource Control
>>Personalizing RSS Feeds with ASP.NET 2.0
>>Rolling Your Own Website Administration Tool - Part 2
>>Rolling Your Own Website Administration Tool - Part 1
>>Debugging SQL Server 2005 Stored Procedures in Visual Studio
>>Deploying a Local Database to a Remote Web Host
>>Accessing and Updating Data in ASP.NET 2.0: Inserting Data
>>Maintaining a Log of Database Changes - Part 2
>>Accessing and Updating Data in ASP.NET 2.0: Programmatically Accessing Data using the Data Source Controls
>>Accessing and Updating Data in ASP.NET 2.0: Programmatically Accessing Data using the Data Source Controls


Month Archives:

Top Tags:
social software social networking .NET mashable Sharepoint ASP.NET Web 2.0 Web2.0 Startups Community News Search Marketplace General Software Development AJAX Windows Vista Microsoft Visual Studio myspace People Powered! YouTube Silverlight Vista Featured News MOSS C# Events Google WPF MOSS 2007 Office 2007 Web



@2007 All rights Reserved