Oct 21 2008

New Web Services features in Silverlight 2 RTW

The Silverlight Web Services Team has posted a great article about the new features available in the RTW release.

The article gives details about:

  • SOAP Headers
  • SOAP Faults
  • Reusing existing types in “Add Service Reference”
  • Duplex Services
  • Support for ChannelFactory<T>

Oct 20 2008

Silverlight and the Enterprise

Click here to read this great article by Bart Czernicki.


Oct 18 2008

Data and Services with Silverlight 2 – TOC

John Papa has posted the Table of contents related to his new book “Data and Services with Silverlight 2” now available for pre-order on Amazon.


Oct 18 2008

SOAP and REST – both equally important to Sun

Check out the original post by Arun Gupta.


Oct 1 2008

Faults and Exceptions when using Web Services in Silverlight 2

In this great post Eugene Osovetsky answers the following questions:

  • Why are exceptions not “propagated” from WCF services to Silverlight clients?
  • Why are SOAP Faults not supported?
  • Given the limitations on exceptions/faults, are there any tricks I can use to make my scenario work? Is anything planned to improve this in the future?
  • I can’t even get basic error handling to work when calling web services in Silverlight. Can I at least tell when something went wrong, even if I can’t access the exact fault details?

Sep 14 2008

Silverlight 2 Beta 2 and Duplex services exposing Composite types

I’ve just updated the sample about Duplex Services and SLB2: the modified Web.config now permits to expose composite types to the client.


Sep 10 2008

Silverlight 2 Beta 2 WCF Polling Duplex article

Peter McGrattan has posted three great articles about Duplex support in Silverlight:


Sep 9 2008

.NET 4.0, WF/WCF and Oslo

Click here to read the post by Wenlong Dong.


Sep 2 2008

Silverlight, PHP and WS-I Basic profile

Take a look at this great discussion on the Silverlight forum, about Web-Services interoperability.

As described, Web-Services must be implemented following the specifications reported on the WS-I Organization site.


Aug 18 2008

Hosting WCF Services in Windows Managed Services

If you are interested in this topic I’ve found these interesting articles: