Can I use Delphi 2007 to communicate with a WCF service using the netnamedpipebinding ?
If so, then how?
Can I use Delphi 2007 to communicate with a WCF service using the netnamedpipebinding ?
If so, then how?
Yes, you should be able to do this, as long as you can get Delphi 2007 to communicate with the Windows named pipes.
Here's an atricle at Delphi 3000 about how to use Delphi to communicate with named pipes, including some code samples.
Since named pipes are a basic core feature of Windows NT/XP/Vista, Delphi should be able to communicate with those no problem (reading + writing).
Does that help at all? Marc