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

dotnet web services

group:

WCF vs. Web Service


WCF vs. Web Service cj
1/30/2008 4:47:38 PM
dotnet web services:
Re: WCF vs. Web Service Spam Catcher
1/30/2008 9:57:33 PM
cj <cj@nospam.nospam> wrote in news:#GdG8m4YIHA.4272@TK2MSFTNGP05.phx.gbl:

[quoted text, click to view]


Yes. Just add a *service* reference in VS.NET 2005/2008.



--
Re: WCF vs. Web Service stcheng@online.microsoft.com
1/31/2008 3:18:17 AM
Hi Cj,

Yes, you can generate WCF client proxy to consume an XML webservice as WCF
provide http/soap based transport channel that is compatible to xml
webservice. However, I still suggest you keep using webservice proxy as
long as you do not require those particular features of WCF. WCF provides
much more features than webservice, however, most of which are not of XML
webservice standard, In case you will need to interop to a non-.NET
platform webservice, those .NET specific setting will not quite work.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
Newsgroups: microsoft.public.dotnet.framework.webservices
Subject: Re: WCF vs. Web Service
From: Spam Catcher <spamhoneypot@rogers.com>
Date: Wed, 30 Jan 2008 21:57:33 GMT


cj <cj@nospam.nospam> wrote in news:#GdG8m4YIHA.4272@TK2MSFTNGP05.phx.gbl:

[quoted text, click to view]


Yes. Just add a *service* reference in VS.NET 2005/2008.



--
Re: WCF vs. Web Service cj
1/31/2008 9:28:07 AM
Thanks, I think the web service I'm consuming is Java but I'm not sure.
I know it isn't .net.

So I guess even with WCF now available, XML web services will remain a
widely used standard. Would you agree?



[quoted text, click to view]
Re: WCF vs. Web Service Spam Catcher
1/31/2008 4:01:41 PM
cj <cj@nospam.nospam> wrote in news:OvrNMWBZIHA.2268@TK2MSFTNGP02.phx.gbl:

[quoted text, click to view]

Yes - WCF supports multiple communication protocols, one being web services
:-)

--
Re: WCF vs. Web Service stcheng@online.microsoft.com
2/1/2008 1:48:26 AM
Hi Cj,

Yes, if you're working with heterogenious platform and standard XML
webservice, I think you'd prefer dedicated webservice approach. WCF support
XML webservice since it is one of its supported channel. While WCF itself
is designed as a unified communication framework on windows platform.

When consuming XML webservice, WCF has to convert data into xml format
underlyingly and that will quite lose its advantage when working with the
same .net based client or server(which can accept the binary format data).
That's why I think for standard webservice only, I would probably not need
WCF.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
Date: Thu, 31 Jan 2008 09:28:07 -0500
From: cj <cj@nospam.nospam>
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
MIME-Version: 1.0
Subject: Re: WCF vs. Web Service


Thanks, I think the web service I'm consuming is Java but I'm not sure.
I know it isn't .net.

So I guess even with WCF now available, XML web services will remain a
widely used standard. Would you agree?



[quoted text, click to view]
Re: WCF vs. Web Service cj
2/1/2008 8:16:42 AM
Thanks for the honest answer.


[quoted text, click to view]
AddThis Social Bookmark Button