invoke framework 2.0 methods from 1.1

  • Thread starter Thread starter ginkim
  • Start date Start date
G

ginkim

We have a website that runs on asp.net 1.1. For now, we will not be
migrating it to 2.0. In the meantime, I wrote new web methods in 2.0
and I would like to invoke them from our 1.1 website. Any idea how
this can be done?

Thanks,
Gina.
 
you should be able to call webservices written 2.0 from 1.0 if you avoid
complex classes.

-- bruce (sqlwork.com)
 
Back
Top