Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Indigo

Vista - Using WCF for project where client doesn't have .NET3.0 (WinFX)

 
 
Old 07-05-2006   #1 (permalink)
Matt Swift


 
 

Using WCF for project where client doesn't have .NET3.0 (WinFX)

The title pretty much says it! We really like the WCF and would like to use
it in an upcoming project. However we can't justify distributing the .NET3.0
Framework at this stage to our client.

Is there any way that WCF can run from out end and the client can still
communicate using ASMX. In other words, can the two technologies be used
together?

My System SpecsSystem Spec
Old 07-05-2006   #2 (permalink)
Chris Rolon


 
 

RE: Using WCF for project where client doesn't have .NET3.0 (WinFX)

On the WCF side provide an endpoint that uses the "basicHttpBinding". This
binding will permit a client to communicate with a WCF service as if it were
ASMx.

--
Chris Rolon
Principal Consultant
Neudesic

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



"Matt Swift" wrote:

> The title pretty much says it! We really like the WCF and would like to use
> it in an upcoming project. However we can't justify distributing the .NET3.0
> Framework at this stage to our client.
>
> Is there any way that WCF can run from out end and the client can still
> communicate using ASMX. In other words, can the two technologies be used
> together?

My System SpecsSystem Spec
Old 07-08-2006   #3 (permalink)
Arkady Frenkel


 
 

Re: Using WCF for project where client doesn't have .NET3.0 (WinFX)

Look at http://windowssdk.msdn.microsoft.com.../ms751433.aspx
Arkady

"Matt Swift" <MattSwift@discussions.microsoft.com> wrote in message
news6F2565B-32E4-4B5F-BF96-73DD96D53C42@microsoft.com...
> The title pretty much says it! We really like the WCF and would like to
> use
> it in an upcoming project. However we can't justify distributing the
> .NET3.0
> Framework at this stage to our client.
>
> Is there any way that WCF can run from out end and the client can still
> communicate using ASMX. In other words, can the two technologies be used
> together?



My System SpecsSystem Spec
Old 07-12-2006   #4 (permalink)
Joseph Bittman MVP MCSD


 
 

Re: Using WCF for project where client doesn't have .NET3.0 (WinFX)

July 12, 2006

Well, if you mean web services when you mentioned ASMX.... web services
communicate using soap/xml, and therefore have great interop-abilities.

If you can create the web service in 3.0 and still have the SOAP readable
from .Net 2.0 components (basically an interop issue), then I don't see any
reason why you can't use Indigo on your end and other versions on the client
side (granted, the client side would have to be written in .Net 2.0 or
earlier and not 3.0).

You could always create a very simple test web service in 3.0, and try to
interop with it using .Net 2.0 as a pilot program on your side.... doesn't
need the client to do anything to see if it would work on a simple level.

Hope this helps and good luck!
--
Joseph Bittman
Microsoft Certified Solution Developer
Microsoft Most Valuable Professional -- DPM

Web Site/Blog: http://CactiDevelopers.ResDev.Net/

"Matt Swift" <MattSwift@discussions.microsoft.com> wrote in message
news6F2565B-32E4-4B5F-BF96-73DD96D53C42@microsoft.com...
> The title pretty much says it! We really like the WCF and would like to
> use
> it in an upcoming project. However we can't justify distributing the
> .NET3.0
> Framework at this stage to our client.
>
> Is there any way that WCF can run from out end and the client can still
> communicate using ASMX. In other words, can the two technologies be used
> together?



My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Re: How to test for .NET3.5 PowerShell
In any project, Can't we refer classes directly, (without addingphysically in the project)? .NET General
ok .net3 is out, hmm what about powershell books PowerShell
Microsoft Advances Its Project Management Technology and the Project Management Profession Vista News


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46