Skip to content

A windows hosted service built using WCF / C# and accessed via Java & dotnet console clients.

Notifications You must be signed in to change notification settings

pj-mill/WCF_WindowsServce_JavaClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Glassfish
How to install Apache Ant on Windows mkyong mkyong.com

###Resources

Title Author Website/Publisher
GlassFish > Metro Glassfish
Java client and WCF server DynamSoft
How to: Host a WCF Service in a Managed Windows Service MSDN
WCF 4.5 Multi-Layer Services Development with Entity Framework (Third Edition) Mike Liu PACKT Publishing

About

A windows hosted service built using WCF / C# and accessed via Java & dotnet console clients.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published