The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Something huge passed under the radar

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Udi Dahan

Posts: 882
Nickname: udidahan
Registered: Nov, 2003

Udi Dahan is The Software Simplist
Something huge passed under the radar Posted: Jun 20, 2005 5:12 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Udi Dahan.
Original Post: Something huge passed under the radar
Feed Title: Udi Dahan - The Software Simplist
Feed URL: http://feeds.feedburner.com/UdiDahan-TheSoftwareSimplist
Feed Description: I am a software simplist. I make this beast of architecting, analysing, designing, developing, testing, managing, deploying software systems simple. This blog is about how I do it.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Udi Dahan
Latest Posts From Udi Dahan - The Software Simplist

Advertisement

Why isn't everybody talking about http.sys being separated from IIS? Desktops running XP can accept and respond to http requests. This means web services. Using WSE2+ and you get SoapListeners, "out of the box".

If this still isn't sinking in, it means you can get asynchronous callbacks with webservices by using the Return Address pattern without fiddling with protocols and polling.

Lets look at a scenario: Smart client sends a soap message to a service endpoint. In this header of that message (possibly using WS-Addressing but not necessarily) is the return address - where the client will be listening for the response. When the service finishes processing the message at some time in the future, it simply sends the response to the endpoint indicated by the return address field in the header. Asynchronous, one-way web services with callbacks.

Why isn't Microsoft hyping this?
No idea.

Read: Something huge passed under the radar

Topic: SharePoint and Lotus integration/migration Previous Topic   Next Topic Topic: TechEd 2005

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use