currently my WCF Service is using net.pipes to talk on local machine. Now I want to consume the web service in java on the same machine. Here I have some questions:
- Which binding I have to use to talk on local machine with Java client?
I don't want to go over network and the client must be able to consume the web service.
Do you may have any articles or tipps how to start here? May some hints what I have to take care about?