DCSIMG
December 2010 - Posts - Ido Flatow's Blog Veni Vidi Scripsi

Ido Flatow's Blog

Veni Vidi Scripsi

News

Have you heard me speak?
Powered
<style type='text/css' media='screen' id='sm_css'> #smix {overflow: visible;height: auto;border-radius: 10px;max-width: 250px;background-color: #323232;text-align: left;font-size: 12px;line-height: 16px;font-family:'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;} #smix a {color: #0056CC;text-decoration: none;} #smix .sm_head {color: #fff; line-height: 1em;font-size: 1.4em;padding: 10px;color: #fff;} #smix .sm_lanyard_wrapper {background-color: #fff;;clear: both;width: 97%;margin: 0 auto;margin-bottom: 0px;} #smix .sm_lanyard_content {padding: 7px;}#smix button.sm_rec, #smix a.sm_rec, #smix input[type=submit].sm_rec { padding: 6px 10px; -webkit-border-radius: 2px 2px;-moz-border-radius: 2px; border-radius: 2px; border: solid 1px rgb(153, 153, 153); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221))); color: #333; text-decoration: none; cursor: pointer; display: inline-block; text-align: center; text-shadow: 0px 1px 1px rgba(255,255,255,1); line-height: 1; }#smix .sm_rec:hover { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(248, 248, 248)), to(rgb(221, 221, 221))); }#smix .sm_rec:active { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(204, 204, 204)), to(rgb(221, 221, 221))); }#smix .sm_rec.medium { padding: 3px 7px; font-size: 13px; }#smix .sm_rec span.icon.thumbs_up {background-position: 0px 36px;vertical-align: text-top;display: inline-block;margin-right: 4px;height: 18px;width: 16px;background-image: url(http://speakermix.com/images/new/thumbsold.png);}#smix .sm_rec:hover span.icon.thumbs_up {background-position: 0px 18px;} #smix .sm_events {padding:2px 0px 4px 0px;} #smix .sm_section {font-size: 10px; border-bottom: 1px solid silver; margin-bottom: 6px;} #smix .sm_subline {font-size:120%;margin-top:4px;font-weight:bold} #smix .powered {text-align: right} #smix .powered img {margin: 7px} </style>
Sela Technology Center

Advertisement

December 2010 - Posts

WCF interoperability white papers

Whenever I do WCF courses in companies that use both .NET and Java, the question of WCF interoperability always comes at some point.

My usual answer is “if you use basicHttpBinding you’ll be just fine”, which is a short answer but not a complete answer, because it doesn’t take into account things like interoperability of transport and message security (the later isn’t supported in basicHttpBinding), and the use of other WS-* standards, such as WS-ReliableMessaging, or the difference between wsHttpBinding and ws2007HttpBinding when it comes to interoperability issues. Actually even the simplest interoperability using basicHttpBinding might cause problems when the wrong data types are used on both ends.

Therefore giving such an extensive answer that covers all of those options during a course is quite problematic, so usually I give links to articles that covers some of those topics. To my delight, the WCF team has released some white papers on interoperability between WCF and other technologies, such as Java, IBM WebSphere, Oracle WebLogic and more.

In addition to those white papers here are some other links to relevant articles and blogs:

Interoperability with WCF

Metro to WCF Interoperability

WebSphere MQ customchannel for WCF

Microsoft Interoperability Blog

To summarize, here is the current WCF 4 WS-* interoperability matrix (taken from WCF’s MSDN website):

alt

Tech-Ed experience, day 3 part 2

Since I named the last post part 1, it’s only logical there would be a part 2, but unfortunately I didn’t have much time to go to other lectures, since I was occupied with going over the 1000 pictures I took at the part the day before.

So instead of showing you what happened to me on Tuesday, let’s see what went on in the party on Monday.

The Crowd

IMG_0903IMG_0924

The Show

IMG_0939IMG_0976 IMG_0996IMG_1102IMG_1072

IMG_1804

IMG_1640

Colleagues from Sela (try to identify who’s who in the second photo)

IMG_1221

IMG_1238

That’s it for Tech-Ed 2010. I enjoyed it very much, both the lectures and the overall atmosphere. I’m looking forward to Tech-Ed 2012.