Can .net 3.5 call asp.net 2.0 web service

Last post 05-18-2009 4:22 AM by sumitd. 4 replies.

Sort Posts:

  • Can .net 3.5 call asp.net 2.0 web service

    05-18-2009, 3:13 AM
    • Member
      point Member
    • GaneshNET
    • Member since 02-15-2005, 1:58 AM
    • Chennai
    • Posts 5
    Can a asp.net web application developed in framework 3.5 able to call a web service developed in framework 2.0?
    Regards
    Ganesh R
  • Re: Can .net 3.5 call asp.net 2.0 web service

    05-18-2009, 3:21 AM
    Answer
    • Participant
      929 point Participant
    • naspinski
    • Member since 04-25-2008, 5:12 PM
    • Posts 170

    This should not be a problem, it is backwards compatible

    ...for some reason, most people assume that you can't figure out the incredibly difficult 'Mark as Answer' feature...

    I on the other hand, I have faith in you collective Asp.Net forums!

    naspinski.net
  • Re: Can .net 3.5 call asp.net 2.0 web service

    05-18-2009, 3:50 AM
    • Member
      point Member
    • GaneshNET
    • Member since 02-15-2005, 1:58 AM
    • Chennai
    • Posts 5

    Thanks naspinski

    Regards
    Ganesh R
  • Re: Migrating asp.net application 2.0 to 3.5

    05-18-2009, 4:07 AM
    • Member
      point Member
    • GaneshNET
    • Member since 02-15-2005, 1:58 AM
    • Chennai
    • Posts 5

    Hi All,

    We are migrating asp.net framework 2.0 application to 3.5. We having 3 projects with the application which follows

    1.  Component Library
    2.  Web Service
    3. asp.net application

    We are not using any third party application. To my knowledge, there wont be any issue when migrating (1) and (3). What about the web service? Will the webservice need any additional codes?

    Note: I dont want to migrate the application through wizard.

    Regards
    Ganesh R
    Filed under: ,
  • Re: Migrating asp.net application 2.0 to 3.5

    05-18-2009, 4:22 AM
    Answer
    • Star
      10,646 point Star
    • sumitd
    • Member since 07-16-2008, 4:32 PM
    • Bangalore
    • Posts 1,872

    No, webservice doesn't need any additonal codes.

    Let me give you one example:

    If ABC company writes a webservice in .NET 2.0 which is being widely used by differenct application.

    Now few among those application which uses webserives want to migrate to .NET 3.5.

    Will they won't migrate b'coz the ABC's webservice is written in .NET 2.0.? No

    Will any application will use ABC's webservice if can't understand .NET 3.5 or any new version? No

    I beleive you got clear understanding now.

    Moreover webservie is an XML generated by WSDL. So you can go ahead and use one version for webserive and different for the the application consuming webservice.

    Please mark it as answer if it resolves the issue.

    visit: http://technicalsol.blogspot.com

    Latest ajax control toolkit (Release: May 13, 2009): http://ajaxcontroltoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27326
Page 1 of 1 (5 items)