WCF Service or hosting in Windows 2000

  • Thread starter Thread starter Bandu
  • Start date Start date
B

Bandu

Hi

..net 3 is not supported in w2k OS. Is there any equilvalent
implementation technique that support like WCF implementation for W2K
in C#?

Can I use WSE 3.0 for that purpose?
What would be the best solution in .net for supporting distributed
network service like WCF for all windows OS including Windows 2000.

Regards,

Bandu
 
Bandu,

WSE is the closest you are going to get to WCF, although I think it will
be much more complex, and from my understanding, you will only be able to
use web services, and not have the control over transports that you do in
WCF. I also think that WSE does not completely support all of the protocols
that WCF supports, so if that is important to you, you might have to
reconsider deploying on W2K.
 
Bandu,

WSE is the closest you are going to get to WCF, although I think it will
be much more complex, and from my understanding, you will only be able to
use web services, and not have the control over transports that you do in
WCF. I also think that WSE does not completely support all of the protocols
that WCF supports, so if that is important to you, you might have to
reconsider deploying on W2K.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)




.net 3 is not supported in w2k OS. Is there any equilvalent
implementation technique that support like WCF implementation for W2K
in C#?
Can I use WSE 3.0 for that purpose?
What would be the best solution in .net for supporting distributed
network service like WCF for all windows OS including Windows 2000.

Bandu- Hide quoted text -

- Show quoted text -

Thanks Nicholas
Is MS support any other implementation technique that support also in
W2K like WCF?

Regards,

Bandu
 
Bandu,

Not that I know of. I mean, this won't stop you from writing something
custom, but you would have to implement a good number of protocols yourself,
and it's just not worth the effort, IMO.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Bandu said:
Bandu,

WSE is the closest you are going to get to WCF, although I think it
will
be much more complex, and from my understanding, you will only be able to
use web services, and not have the control over transports that you do in
WCF. I also think that WSE does not completely support all of the
protocols
that WCF supports, so if that is important to you, you might have to
reconsider deploying on W2K.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)




.net 3 is not supported in w2k OS. Is there any equilvalent
implementation technique that support like WCF implementation for W2K
in C#?
Can I use WSE 3.0 for that purpose?
What would be the best solution in .net for supporting distributed
network service like WCF for all windows OS including Windows 2000.

Bandu- Hide quoted text -

- Show quoted text -

Thanks Nicholas
Is MS support any other implementation technique that support also in
W2K like WCF?

Regards,

Bandu
 
Bandu,

Not that I know of. I mean, this won't stop you from writing something
custom, but you would have to implement a good number of protocols yourself,
and it's just not worth the effort, IMO.

--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)




Bandu,
WSE is the closest you are going to get to WCF, although I think it
will
be much more complex, and from my understanding, you will only be able to
use web services, and not have the control over transports that you do in
WCF. I also think that WSE does not completely support all of the
protocols
that WCF supports, so if that is important to you, you might have to
reconsider deploying on W2K.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Hi
.net 3 is not supported in w2k OS. Is there any equilvalent
implementation technique that support like WCF implementation for W2K
in C#?
Can I use WSE 3.0 for that purpose?
What would be the best solution in .net for supporting distributed
network service like WCF for all windows OS including Windows 2000.
Regards,
Bandu- Hide quoted text -
- Show quoted text -
Thanks Nicholas
Is MS support any other implementation technique that support also in
W2K like WCF?

Bandu- Hide quoted text -

- Show quoted text -

Thanks.
 
Back
Top