Home All Groups Group Topic Archive Search About

1.1 front end and 2.0 backend

Author
16 May 2006 7:35 AM
moondaddy
Is it possible to run a winforms 1.1 app using web services hosted by a .net
framework 2.0 backend?

--
moondaddy@noemail.noemail

Author
16 May 2006 7:55 AM
Mehfuz Hossain
it should be , but be sure the web service runs 2.0 , i guess you need
to have 2.0 installed and have proper script mappings.
Author
16 May 2006 7:58 AM
Barry Kelly
"moondaddy" <moondaddy@noemail.noemail> wrote:

> Is it possible to run a winforms 1.1 app using web services hosted by a .net
> framework 2.0 backend?

If it's just web services, I don't see why not - one of the points of
SOAP etc is heterogeneous systems compatibility.

-- Barry
Author
16 May 2006 11:17 AM
Cowboy (Gregory A. Beamer)
Yes. In fact, you can run a Java front end and a 2.0 web service. SOAP is
agnostic. :-)

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
Show quote
"moondaddy" <moondaddy@noemail.noemail> wrote in message
news:%23tt51sLeGHA.3932@TK2MSFTNGP05.phx.gbl...
> Is it possible to run a winforms 1.1 app using web services hosted by a
> .net framework 2.0 backend?
>
> --
> moondaddy@noemail.noemail
>
Author
16 May 2006 8:13 PM
Michael Nemtsev
Hello moondaddy,

Interacting with SOAP has no restrinction in version and product in client
and server side, if only they could understand SOAL, and it calls "Heterogeneity"

m> Is it possible to run a winforms 1.1 app using web services hosted by
m> a .net framework 2.0 backend?
m>
---
WBR,
Michael  Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Author
17 May 2006 1:27 AM
Kevin Yu [MSFT]
Hi moondaddy,

Yes, you can surely run a windows form 1.1 app using webservice that is
hosted by .net 2.0.

Kevin Yu
Microsoft Online Community Support

============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Author
17 May 2006 1:21 PM
Gaurav Vaish (EduJini.IN)
Definitely yes.
WS are all about interoperability.

However, if 2.0 uses some WSE 3.0 enhancements, specifically like WSTr,
those things will not be available in 1.1 that uses WSE 2.0.

Otherwise things should work perfectly fine.


--
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
-------------------


Show quote
"moondaddy" <moondaddy@noemail.noemail> wrote in message
news:%23tt51sLeGHA.3932@TK2MSFTNGP05.phx.gbl...
> Is it possible to run a winforms 1.1 app using web services hosted by a
> .net framework 2.0 backend?
>
> --
> moondaddy@noemail.noemail
>

AddThis Social Bookmark Button