Difference between basicHttp binding in webservices and WCF

461 Views Asked by At

What is the difference between WCF and WSE2.0 webservices when it comes to implementation of basic httpbinding. Can anyone point out what may be the subtle differnces when it come sto use the same protocol but using different technology.

2

There are 2 best solutions below

0
On

A very good article describing this is here.

Also the various wcf bindings are explained here

hope this helps.

2
On

Not sure if this is what you're looking for but I've only run into a difference once. I generated wcf proxies against a very old asmx webservice and ran into serialization errors on certain operations. When I regenerated the code using a "legacy" web reference everything worked fine.