The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Exceptions and SOA...

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
Exceptions and SOA... Posted: Feb 13, 2006 8:27 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Udi Dahan.
Original Post: Exceptions and SOA...
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
Arnon just posted on this topic, and, seeing as we discuss it every so often, I thought I'd add my 2 cents:

Most web services created by todays tools will blow up if they try to deserialize an exception (or anything else for that matter) that they don't know. In other words, if you're throwing a custom exception, and the consumer doesn't have a reference to that type, they'll probably get a serialization exception instead of the exception you threw.

Makes throwing exceptions between services seem downright useless, doesn't it?

Well, that's my 2 cents and I'm sticking to it.

Read: Exceptions and SOA...

Topic: COM variant arrays and .NET Previous Topic   Next Topic Topic: Retention Server - Webcast Recording

Sponsored Links



Google
  Web Artima.com   

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