all groups > dotnet web services > february 2008 >
You're in the

dotnet web services

group:

SOA using .Net


SOA using .Net Kaushal Mehta
2/14/2008 10:22:00 PM
dotnet web services:
Hi,

I have Visual Studio 2005 installed on my computer.

Do I need any add-on library or software to develop SOA ?

Is there any tutorial that helps to develop SOA application in .Net ?

I need support for WS-* including Addressing, Eventing, Notification. Can
this be done using VS.Net.

Kindly advice.

Regards,
Kaushal Mehta

Re: SOA using .Net John Saunders [MVP]
2/15/2008 8:24:06 AM
[quoted text, click to view]

First of all, I would dispute your terminology a little: "SOA" is not
identical to "WS-*". SOA is an architectural pattern, whereas the WS-* are
protocols that may be of use in implementing that pattern, or that may turn
out not to be of use in particular implementations of that pattern.

The ideal way to use the protocols you mentioned is to use Windows
Communication Framework. The development support for that is built into
Visual Studio 2008, and it is part of the .NET Framework 3.0 and 3.5. "3.0"
is just a set of additional libraries on top of 2.0, so there is no upgrade
issue. Also, you can use Visual Studio 2008 to develop applications
targeting .NET Framework 2.0, 3.0, or 3.5.

You may hear people mention WSE (Web Service Enhancements), but I consider
them to be obsolete and superseded by WCF, so I recommend you stay away from
them.
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer

Re: SOA using .Net Kaushal Mehta
2/15/2008 4:46:01 PM
Hi John,

Do you work with Microsoft ? If yes, what group ?

I asked this just out of curiosity.

Regards,
Kaushal Mehta

[quoted text, click to view]
Re: SOA using .Net Spam Catcher
2/15/2008 5:14:22 PM
=?Utf-8?B?S2F1c2hhbCBNZWh0YQ==?= <KaushalMehta@discussions.microsoft.com>
wrote in news:EE419929-70A0-4B0A-986D-81920F369AA1@microsoft.com:

[quoted text, click to view]

SOA is a concept - you can build it in any language you like.

--
Re: SOA using .Net John Saunders [MVP]
2/15/2008 9:19:09 PM
[quoted text, click to view]

MVPs are not Microsoft employees. See http://mvp.support.microsoft.com/. If
you like, you can also see my profile at
https://mvp.support.microsoft.com/profile/John.Saunders.
--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer

RE: SOA using .Net raulc
2/27/2008 8:56:03 AM
Take a look at the Managed Services Engine
http://www.codeplex.com/servicesengine

The MSE enables SOA using an approach called Service Virtualization. Up on
the codeplex site there is a walkthrough guide that leads you in a hands-on
lab fashion through the process of creating SOA services.

The MSE is built on top of WCF so you need the .Net runtime and a copy of
sql2005 (express is fine) as the only pre-requisites

Thanks,
Raul Camacho
[quoted text, click to view]
Re: SOA using .Net Scott M.
2/27/2008 6:31:07 PM
Thanks, but I'm not actually interested in the building of the service at
this point, I'm really just talking about the conceptual structure of the
service.


[quoted text, click to view]

AddThis Social Bookmark Button