Purpose is to develop basic services without any security mechanism.
What advantage we can get using WCF service with basicHttpBinding over ASMX web services.
UPDATE :
WCF does have many advantages over asmx web services, but what's with specific case of basicHttp binding ?
One advantage is - WCF service is faster due to performance improvement by using DataContract serializer over XMLSerializer used by asmx web services.