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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T04:47:09+00:00 2026-05-30T04:47:09+00:00

I call an Azure (WCF) web service from a Silverlight application. Silverlight only supports

  • 0

I call an Azure (WCF) web service from a Silverlight application. Silverlight only supports basicHttpBinding so my ServiceReferences.ClientConfig file looks like this:

<configuration>
    <system.serviceModel>
        <bindings>
            <basicHttpBinding>
                <binding name="BasicHttpBinding_IServices" maxBufferSize="2147483647"
                    maxReceivedMessageSize="2147483647">
                    <security mode="None" />
                </binding>
            </basicHttpBinding>
        </bindings>
        <client>
            <endpoint address="http://(AzureUri)/Services.svc"
                binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IServices"
                contract="WebServices.IServices" name="BasicHttpBinding_IServices" />
        </client>
    </system.serviceModel>
</configuration>

The problem is that the Silverlight application crashes with the infamous “NotFound” error message when making a call to the Azure web service with more than 16384 bytes of data, obviously hitting one of the limitations.

But basicHttpBinding does not support attributes like maxBytesPerRead, maxStringContentLength, so I don’t know how I can allow calls to the Azure web service with more than 16 KB of data.

Googling has just confused me more, so any help is appreciated…

Thanks for your time,
Paul

  • 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-30T04:47:11+00:00Added an answer on May 30, 2026 at 4:47 am

    On the server configuration, make sure the bindingConfiguration attribute of the endpoint element inside the service element correctly points to the name of the binding. Also verify that the binding element points to “basicHttpBinding”. In general, carefully review all the names, because if one of them is mispelled or missing, you’ll end up with the default configurations in the server.

    For a complete example see Retrieving huge amount of data from WCF service in Silverlight application.

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

Sidebar

Related Questions

I'm writing a WPF test application against a WCF REST service running on Azure
I have a windows azure Webrole application using Silverlight on top of WCF+ASP.NET. I
Scenario: I've a WCF web service called SERVICEA hosted in Azure. It's uses self
I call an ajax enabled wcf service method , <script type=text/javascript> function GetEmployee() {
I want to reuse some code logic from a self-hosted web application in my
A call from a Silverlight 2.0 control to a WebService, returned via MyWebServiceNameEventArgs is
I have a somewhat long-taking WCF-based process. WCF service runs in Azure if its
I'm working with a WCF service in Azure, which uses Windows Live ID authentication
I am developing an azure application. There are only worker roles and each will
I have a Windows Azure hosted MVC3 application. In the Application_Start, I call all

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.