I'm working with WCFSolution project (Chapter 40) in Professional C# 2005 with .net 3.0 ahd I get this error when I try to make this call:
Code:
client.ReserveRoom(reservation);
:
There was no endpoint listening at
http://localhost:8080/RoomReservation that could accept the
message. This is often caused by an incorrect address or
SOAP action. See InnerException,
if present, for more details.
Can anyone tell me how to fix this problem?