Can a .Net 1.1 client call a .Net 2.0 web service? If so, how?

Posted by Colin on Stack Overflow See other posts from Stack Overflow or by Colin
Published on 2010-05-06T22:41:13Z Indexed on 2010/05/06 22:48 UTC
Read the original article Hit count: 666

We have finally upgraded our web services from .Net 1.1 to .Net 2.0/3.5. One of the clients that calls these web services is run as a windows service. It is probable that the server will be upgraded at customer sites and the windows service will not (at least for some time). Is it possible to massage my .Net 2.0 web services so they will correctly service the calls from the .Net 1.1 client? It doesn't happen in my test environment and I can't find any docs about it online.

Thanks for your help,

-colin-

© Stack Overflow or respective owner

Related posts about .net-1.1

Related posts about .net-2.0