https://github.com/pj-mill/wcf_windowsservce_javaclient
A windows hosted service built using WCF / C# and accessed via Java & dotnet console clients.
https://github.com/pj-mill/wcf_windowsservce_javaclient
csharp eclipse glassfish java visual-studio wcf webservices
Last synced: about 1 month ago
JSON representation
A windows hosted service built using WCF / C# and accessed via Java & dotnet console clients.
- Host: GitHub
- URL: https://github.com/pj-mill/wcf_windowsservce_javaclient
- Owner: pj-mill
- Created: 2016-08-29T18:28:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T05:47:06.000Z (over 9 years ago)
- Last Synced: 2025-05-28T22:06:11.513Z (about 1 year ago)
- Topics: csharp, eclipse, glassfish, java, visual-studio, wcf, webservices
- Language: Java
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WCF_WindowsServce_JavaClient
A WCF windows hosted service that is accessed via a Java client (dotnet console client available also)
---
Built using VS 2015 Community & Eclipse
---
###Techs & Languages Used
|Tech|
|----|
| C# |
| Java |
| WCF |
| Glassfish Metro |
---
###Installation
####Installation Commands
|Command|Description|
|-------|-----------|
| cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319 | Switches to folder where service can be installed |
|installutil "[YOUR_FOLDER]\WCF_WindowsManagedService\Service\bin\Debug\Service.exe"| Installs the service |
|installutil /u "[YOUR_FOLDER]\WCF_WindowsManagedService\Service\bin\Debug\Service.exe"| Uninstalls the service |
|net start WCFCalculatorService| Starts the service|
|net stop WCFCalculatorService| Stops the service |
####Installation Resources
|Title|Author|Website/Publisher|
|-----|------|-----------------|
|[Metro 2.3.1 Installation](https://metro.java.net/2.3.1/)| | Glassfish |
|[How to install Apache Ant on Windows](https://www.mkyong.com/ant/how-to-install-apache-ant-on-windows/)| mkyong| mkyong.com |
---
###Resources
|Title|Author|Website/Publisher|
|-----|------|-----------------|
|[GlassFish > Metro](https://metro.java.net/)| | Glassfish |
|[Java client and WCF server](http://www.codepool.biz/java-client-and-wcf-server.html)| | DynamSoft |
|[How to: Host a WCF Service in a Managed Windows Service](https://msdn.microsoft.com/en-us/library/ms733069(v=vs.110).aspx)| | MSDN |
|WCF 4.5 Multi-Layer Services Development with Entity Framework (Third Edition)| Mike Liu | PACKT Publishing |