![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | 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? |
| | #2 (permalink) |
| Guest | 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? |
| | #3 (permalink) |
| Guest | 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 news 6F2565B-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? |
| | #4 (permalink) |
| Guest | 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 news 6F2565B-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? |
| |
| |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| In any project, Can't we refer classes directly, (without addingphysically in the project)? | Rachana | .NET General | 1 | 03-28-2008 04:31 PM |
| ok .net3 is out, hmm what about powershell books | IT Staff | PowerShell | 8 | 12-02-2006 09:13 AM |
| Microsoft Advances Its Project Management Technology and the Project Management Profession | z3r010 | Vista News | 0 | 10-20-2006 11:02 AM |
| WinFX SDK for WPF | Kumar Lomash | Vista General | 1 | 06-06-2006 08:22 AM |