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

  • Home
  • SEARCH
  • 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 6057599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:30:23+00:00 2026-05-23T08:30:23+00:00

My client application is trying to call a wcf service using transport security. The

  • 0

My client application is trying to call a wcf service using transport security.
The wcf service is sitting on 2 nodes behind a hardware load balancer.

The hardware load balancer gets the wcf call on port 443, and then changes the port to 44556.
This gives a endpoint mismatch error. The guys that look after our production and qa departments here, don’t want the wcf service sitting on port 443 for whatever reason, and thus why they setup the port change.

I then changed the load balancer to not change the port to 44556, but to leave it as port 443, and the service gets called as expected.

My question is, is there any configuration I can make to my service\IIS, that will let the service accept the wcf call on port 44566 when it came in from port 443?

Thanks,

  • 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-23T08:30:23+00:00Added an answer on May 23, 2026 at 8:30 am

    Yes, you need to change your server and client bindings. Check out clientVia element.

    On the server:
    Add the listenUri attribute to your endpoint and change the name of the address to your service with an urn. (same name for the client)

    <endpoint address="urn:MyService" listenUri="https://localhost:443/MyService" binding="customBinding" bindingConfiguration="NetHttpBinding" contract=Interface.ITradingPlatform"/>
    

    On the client:

    For example, instead of specifying the URL in the address field of the endpoint, add a urn and then add a behaviorConfiguration attribute:

    <endpoint name="ServerHTTP"
                          address="urn:MyService"
                          binding="customBinding"
                          bindingConfiguration="NetHttpBinding"
                          contract="Client.ITradingPlatform"
                behaviorConfiguration="BehaviorHTTP">
    
          </endpoint>
    

    You will also need to define the behaviorConfiguration:

    <behaviors>
          <endpointBehaviors>
     <behavior name="BehaviorHTTP">
              <clientVia viaUri="https://yourdomain.com:443/MyService"/>
            </behavior>
    </endpointBehaviors>
        </behaviors>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to call a WCF service from a Silverlight client using channel
I'm trying to call a RESTful web service from an Android application using the
I'm trying to build a client server application using POSIX shared memory and POSIX
I am trying to learn WCF. I have a simple client and server application
I have client application that uses WCF service to insert some data to backend
I'm trying to send data from a client application using jQuery to a REST
I have a typical Silverlight application with a WCF service and I am using
I am currently trying to create a webservice in a winform application using WCF,
I'm trying to contact a RESTful WCF POST web service from an android client
I have a WCF service hosted on a server. A client application is accessing

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.