THURSDAY, AUGUST 28, 2008




MY ACCOUNT LOGIN

LOGIN NAME:

PASSWORD:

REGISTER TODAY!
FORGOT YOUR PASSWORD?
SOA CONSULTING SERVICES
ASSISTING COMPANIES ACHIEVE THEIR SOA GOALS

WEB SERVICES

XWEBEMAILVALIDATION [tool]

XWEB1003 [real estate]

XWEBACHDIRECTORY [financial]

XWEBCHECKOUT [ecommerce]

XWEBTD [ecommerce]

XWEBNEWS [content mgmt.]


SUCCESS STORIES

SOA Portal - SOAHub.com

SOA information portal dedicated to the advancement of Service Oriented Architecture (SOA):


Enterprise Architecture - guides, white papers, case studies


SOA Consulting Services


Web Services Directory


SOA Services / Service Providers Directory


SOA Solutions / Solution Providers Directory


News / Press Releases


Online Forum (Message Boards)


Job Opportunities

browse portal




Web Services, SOA Solutions, SOA Services - XWebServices.com


HOME

WEB SERVICES

SOA SOLUTIONS

SOA SERVICES

ABOUT US





FEATURED WEB SERVICE



XWebEmailValidation
XML/SOAP based Web Service which provides real time Email address validation for client applications.






SEARCH









HOME  ::  NEWS  ::  ARCHIVE  ::  BEFORE JANUARY, 2005

:: Web Services and SOA News ::

Asynchronous Web Service Calls over HTTP with the .NET Framework

When writing applications that consume Web services, you inevitably must deal with the latency involved when making calls across a network. In certain situations, particularly on a private network with plenty of bandwidth, calls can complete in half a second or less and the wait isn't particularly significant. However, if you are sending requests to a remote location across the Internet, or are making calls that require a lot of processing time, then you need to start thinking about how lengthy delays can affect your application. Microsoft® Windows® Forms applications, for instance, may appear frozen while they wait for a call to a Web service to return. If you are calling a Web service from a Microsoft® ASP.NET page, you may find that multiple Web service calls make your page display many times slower. If you have an application that is making many Web service calls, then it's important to think about how to call them as efficiently as possible.

The solution to a lot of these problems is to make your Web service calls asynchronously. Asynchronous calls return immediately and then use some other mechanism for indicating when the call actually completes. This will allow your application to do other things, like any background processing that may be required, responding to user interactions with the UI, providing feedback about the current state of the request, or even initiating other Web service calls. We will be taking a look at how the Microsoft® .NET Framework provides support for making asynchronous Web service calls over HTTP, and how we might use them in a couple of common scenarios.

read more on MSDN

[Monday, September 09, 2002]



HOME
WEB SERVICES
SOA SOLUTIONS
SOA SERVICES
MY ACCOUNT
ABOUT US