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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T23:24:45+00:00 2026-05-14T23:24:45+00:00

How to configure XML web services client to use MessageVersion.Soap11WSAddressing10 for header namespaces. Currently

  • 0

How to configure XML web services client to use MessageVersion.Soap11WSAddressing10 for header namespaces. Currently it uses MessageVersion.None namespace, without me able to change it.

  • 1 1 Answer
  • 1 View
  • 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-14T23:24:46+00:00Added an answer on May 14, 2026 at 11:24 pm

    You need to do this using a custom WCF binding:

      <system.serviceModel>
        <bindings>
          <customBinding>
            <binding name="Soap11Addr10">
              <textMessageEncoding messageVersion="Soap11WSAddressing10" />
              <httpTransport/>
            </binding>
          </customBinding>
        </bindings>
    

    and then reference that custom binding (by name) in your service endpoint:

        <services>
          <service name="YourAssembly.YourService">
            <endpoint name="test"
                      address=""
                      binding="customBinding"
                      bindingConfiguration="Soap11Addr10"
                      contract="YourAssembly.IYourService" />
          </service>
        </services>
      </system.serviceModel>
    

    If you want to use this from a client, you also need to copy the custom binding configuration to the client’s app.config or web.config and reference it there, of course (using Add Service Reference in Visual Studio will do this for you).

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

Sidebar

Ask A Question

Stats

  • Questions 532k
  • Answers 532k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use a std::map<std::string, int> to count the word occurrences --… May 17, 2026 at 12:06 am
  • Editorial Team
    Editorial Team added an answer No, TRUNCATE is all or nothing. You can do a… May 17, 2026 at 12:06 am
  • Editorial Team
    Editorial Team added an answer I posted this to the Apple forums, and got the… May 17, 2026 at 12:06 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I want to get a context-param configure in my web.xml. In a method call
I have a RESTful WCF web service that processes huge XML files that are
I have written an application that connects to a SSL web service (including client
Application configuration: Web application using java first method of creating JAX-WS 2.0 Web Services
In Tomcat, we can configure the Web app to treat non JSP files as
I am getting the following error and could use some help resolving it. Anyone
I have a web application sitting out there that is a repository for files.
Those fine RFCs mandate from every RFC-client that they beware of not using more
I'm using Clemens Vasters' XML-RPC implementation to implement an XML-RPC endpoint. When I host
I have an application that connects via https to a SOAP-based 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.