Hello,
I recently started learning WCF. I developed a small WCF service and hosted it using Host Program. I also tested it using WcfTestClient.exe.
The service is working fine. But,
1) if I want to use that WCF service using some other technology like JAVA from another PC, how can we do that ?
2) We know that UDDI is a universal registry for web services. Does that also show the WCF services ?
If no, is there any repository for WCF services ?
Thanks in advance.