I changed the address in the WCF config of the client app from
'localhost:8867' to 'ipv4.fiddler:8867' and '
127.0.0.1:8867'.
The 'SOAP Service' is a console app listening on port 8867 (wsHttp).
The client app is a WinForms app that uses WCF.
Fiddler shows me http packets that are to external connections. I also
have a REST-based demonstration that I created in the same way (WCF,
Console app) and I can see the packets here if I use the browser (as a
client) and the URL "
http://ipv4.fiddler:8000/Phonebook". I haven't
got a client app for the REST service, yet.