|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
1.1 front end and 2.0 backendIs it possible to run a winforms 1.1 app using web services hosted by a .net
framework 2.0 backend? -- moondaddy@noemail.noemail 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. "moondaddy" <moondaddy@noemail.noemail> wrote: If it's just web services, I don't see why not - one of the points of> Is it possible to run a winforms 1.1 app using web services hosted by a .net > framework 2.0 backend? SOAP etc is heterogeneous systems compatibility. -- Barry Yes. In fact, you can run a Java front end and a 2.0 web service. SOAP is
agnostic. :-) -- Show quoteGregory A. Beamer ************************************************* Think Outside the Box! ************************************************* "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 > 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 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.) 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. 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 > |
|||||||||||||||||||||||