Monday, March 26, 2012

Web service Backward compatibility

Hello,

I wrote a web service in .net 2.0, it works good.

When trying to web reference it from application written with .net 1.0, I get a time out.

Is there a backward compatibility problem?

Thanks

Philippe

Yes. There are many differences between the two frameworks. You'll either need to redo your web services in .NET 1.1, or upgrade your application to 2.0.


Thanks !!

0 comments:

Post a Comment