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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T21:40:39+00:00 2026-06-10T21:40:39+00:00

I have a Silverlight application that connects to a WCF service. Under the basic

  • 0

I have a Silverlight application that connects to a WCF service. Under the basic configuration I am used to, there’s no problem connecting this application to its corresponding WCF service.

However, recently, one of my clients started using an Apache reverse proxy. This proxy is the public server and it’s only used to encrypt HTTP traffic via SSL (HTTPS) going between the client and it. This proxy passes all traffic from it to the actual web server that hosts my application. The traffic between the public proxy and the IIS server is just plain HTTP.

So the traffic flows like this:
End-User Browser —HTTPS—-> Public Reverse Proxy —–HTTP—-> IIS server that hosts the WCF service.

The reverse proxy and IIS are on two separate servers.

I cannot get the Silverlight application to function properly. I am not sure how to configure the endpoints? I get problems whenever I use the public proxy’s address as my endpoint address.

The Silverlight application usually has this configuration:

<configuration>
    <system.serviceModel>
        <bindings>
            <basicHttpBinding>
                <binding name="BasicHttpBinding_IPOTemplateEditorSrv" maxBufferSize="2147483647"
                    maxReceivedMessageSize="2147483647">
                    <security mode="TransportWithMessageCredential" />
                </binding>
            </basicHttpBinding>
        </bindings>
        <client>
            <endpoint address="https://public-reverse-proxy-url/POTemplateEditorSrv.svc"
                binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IPOTemplateEditorSrv"
                contract="POEditorSrvRef.IPOTemplateEditorSrv" name="BasicHttpBinding_IPOTemplateEditorSrv" />
        </client>
    </system.serviceModel>
</configuration>

Note that I am using and I have my endpoint address pointing to the public HTTPS address of the reverse proxy.

Am I missing anything? Is there any additional information to configure the proxy perhaps? Any workarounds that would get my Silverlight client connect to the service?

  • 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-06-10T21:40:41+00:00Added an answer on June 10, 2026 at 9:40 pm

    Perhaps this answer is a little too obvious, but it simply sounds like the WSDL is advertising an internal host-name as the WCF address – when that address is not the actual public one.
    Because IIS is generating the WSDL, it will simply use it’s host name in the endpoint addresses – which is not what you want, you want the proxy’s address.

    Try creating a static copy of your WSDL file, and publish that on your web server. Make sure you replace ALL REFERENCES to the internal host name, with the public proxy host name.
    Then modify your WCF client config to point to the static WSDL.
    You can find a short explanation here: Supply a different endpoint address in the WSDL of a WCF web service

    If that doesnt work – try using a sniffer (wireshark) to capture what is being sent back and forth – disabling HTTPS might be a piece you need to remove from the equation.
    Your web service request appears to be SENT to the proxy, but the proxy is not able to handle the request properly – the perfect scenario to try our your sniffing tools.

    When you make a direct request to your SVC using a web browser, the request will look something like this

    GET /POTemplateEditorSrv.svc HTTP/1.1
    Host: public-reverse-proxy-url
    

    But when sent via Silverlight, it may look like this

    GET /POTemplateEditorSrv.svc HTTP/1.1
    Host: private-server-address
    

    This could be a subtle enough difference to upset the proxy.

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

Sidebar

Related Questions

I have a WCF service and a Silverlight application that work just fine when
I have a specific Silverlight application, that is fed with data by a WCF-Service.
I have a Silverlight application that uploads files in chunks to a WCF service.
I have Silverlight application which connects to a WCF service. If i open the
I have Silverlight application that retrieves data from the database through a WCF Service.
I have a Silverlight 2 application that is consuming a WCF service. As such,
I have a silverlight/RIA service application and in that, after I save the data
I have a silverlight application that requires the user to login. The problem is
I have a Silverlight application that communications with an ASP.NET backend through WCF. I
I have a silverlight application that runs WCF services. I have created a WCF

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.