Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6886947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:49:25+00:00 2026-05-27T05:49:25+00:00

I am architecting a solution that will use WCF to make all the computers

  • 0

I am architecting a solution that will use WCF to make all the computers in my organization periodically “call home”. Let’s suppose for the sake of discussion that each computer in my organization has a weather sensor connected to it. The purpose of this application is that each computer should contact a central server to report what the weather is in its location. The data to be transmitted is encoded as a string.

Suppose for the sake of discussion that I have a Windows Service which invokes a method SendWeatherReport once a day. The signature of this function is:

void SendWeatherReport(string report);

Suppose that I have set up a WCF method with the following interface:

[ServiceContract]
public interface IWeatherReportReceiver
{
    [OperationContract]
    void GetReport(string report);
}

I have the following requirements:

1) My weather report information is proprietary and confidential; it must be encrypted for security purposes.

2) The weather report information will be transmitted over the internet. The computer running the WCF service to receive the report will be at example.com.

3) The weather report must get past some over-zealously configured firewalls on its way to the server.

Now that I’ve explained my requirements, please explain to me how I can set up my endpoint configuration to meet these requirements.

To satisfy (1), I believe that I will need to use the net tcp binding. For (3), perhaps I can configure this binding to work on port 80, 443, or some other commonly used port. My primary concern here is that I don’t know how to configure the software to identify itself to the WCF server…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T05:49:26+00:00Added an answer on May 27, 2026 at 5:49 am

    WsHttpBinding can encrypt message, even without https.

    You have to create Binding with SecurityMode=”Message” if you want to use SOAP encryption, or SecurityMode=”Transport” if you want (and can) use https
    Take a look at How to: Set the Security Mode

    My feeling is that using an HTTP protocol will be far more simplier to deploy thant binary TCP, as proxies often only allows http traffic.

    Concerning the authentication, it depends 🙂 The most secure mechanism is to use client certificate, but do you need it versus a standard user/password authentication ? (and all its infrastructure required to work)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am architecting a .net web solution which will run on 5 different WCF
I'm in the process of architecting a library that will be used in multiple
Data stores in the solution that I am architecting are databases, queues and Csv
I'm taking on the re-architecting of a pair of applications which use Hibernate in
I'm currently architecting a system that must be capable of dealing with tens of
So I'm architecting an application that does necessarily C++ work, but MFC/ATL is too
Are there solid guidelines available on 'architecting' and building spring based applications?Something that goes
I am architecting a web solution which takes uploaded files and places them on
I have a web site solution (asp.net) that runs on a SQL server database.
I'm architecting a WPF application using the PnP Composite Application Guidance. The application will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.