WSE 3.0 to Indigo: What about TCP transports?
Posted by: Julia Lerman Blog - Dont Be Iffy...,
on 14 Jan 2006 |
View original | Bookmarked: 0 time(s)
WSE 2.0's messaging API gave us the ability to host web services outside of IIS. Though
it was very cool, I didn't dig that too much because you had to give up all of the
other WSE goodness that only worked in ASMX - including security.
In WSE 3.0, they changed this so that you could build ASMX web services, do all of
the great security stuff and then host it outside of IIS - for me this meant TCP,
though there are other transports you can use as well.
...