Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need to create a UI to monitor my WCF services(running on wsDualHttpBinding and NETTCP binding).
Any suggestions ?

Additional Notes: The UI should be able to drive the events in the WCF service(for cases where i make client calls to execute client methods).
Posted

Hi eXterminatorrr!

Generally speaking, you should be able to perform these activities :

* Create client for the service (or add service refference, then client will be created automatically)

* Consume your WCF service through client from GUI eg. example by this link : Create a WPF client to consume WCF service

You can also use the following option:
Creating a user interface for monitoring and interacting with a running windows service

Good luck!
 
Share this answer
 
Hi eXterminatorr, well you have many options here. WPF, Silverlight, Windows Forms, etc. You must select the best application type based on your requirements.

Here are some links that will help to you to find the best application type for you:
Using WCF Service with Silverlight[^]
Binding WPF to a WCF[^]
A Quick and Dirty WCF Service and Client (Using WCF and Winforms)[^]

Additional Notes: A client method cannot be acceded by a WCF (on Server).

A good start from here.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900