WCF is a framework to handle asynchronous communication between 2 end points. http is one option for the communication channel. another option is MSMQ. There may even be other options as well.
ASHX is a feature of the asp.net framework. it's a simple, generic handler for the asp.net framework.