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 7049815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:04:02+00:00 2026-05-28T03:04:02+00:00

I am creating a web service that will be consumed by a single client

  • 0

I am creating a web service that will be consumed by a single client in another part of the world. I don’t have any knowledge or control over the technology they are using but have been asked to

“use SSL to encrypt the message during transport and use UsernameToken
for client authentication”

I’m planning to use WCF4 to create the service and know generally how to set this all up. However I’m struggling to find the correct configuration for bindings etc. Google gives me lots of results around WSE 3.0 but I’m pretty sure (please correct me if I’m wrong) that I shouldn’t be using WSE for a WCF service.

This article initially seems to suggest I should be using a custom binding but then also says I should “consider using the WCF system-defined bindings with appropriate security settings instead of creating a custom binding”. However I can’t see any examples of what this should be.

I would be grateful if anyone can point me in the right direction.

tl;dr: What are the WCF4 config settings to support SSL and UsernameToken?

  • 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-28T03:04:03+00:00Added an answer on May 28, 2026 at 3:04 am

    Take a look at the WsHttpBinding. You can use a security mode of TransportWithMessageCredential to use SSL and a message credential of UserName. If you are hosting in IIS set up SSL there.

    You can set up the binding in config as follows.

    <bindings>
      <wsHttpBinding>
        <binding name="secureBinding">
          <security mode="TransportWithMessageCredential">
            <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
            <message clientCredentialType="UserName" negotiateServiceCredential="false" establishSecurityContext="false" />
          </security>
        </binding>
      </wsHttpBinding>
    </bindings>
    

    You can then use this binding config as follows

    <services>
      <service name="ServiceName">
        <endpoint address="" binding="wsHttpBinding" contract="ContractType" bindingConfiguration="secureBinding" />
      </service>
    </services>
    

    Both these elements are children of the system.serviceModel element in config.

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

Sidebar

Related Questions

I'm creating a web service in Java that will be consumed by an external
thanks for any assistance. I'm creating a wcf web service for an external client.
I am on a project where I will be creating a Web service that
We are in the process of designing/creating restful web services that will be consumed
I am going to be creating a web service that will be passing confidential
I have an order web service that has a method for creating orders. When
I am creating a Restful WCF web service which will need to be consumed
I'm creating a web service that will return XPS documents that are queued by
I have an irritating problem, I'm creating an asp.net web service; this service should
i am working on project in which we are creating a web service that

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.