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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T18:25:45+00:00 2026-06-18T18:25:45+00:00

My Asp.Net web applications makes extensive calls to WCF services. For debugging UI issues,

  • 0

My Asp.Net web applications makes extensive calls to WCF services. For debugging UI issues, I use to deserialize earlier saved WCF responses. This is controlled by a config key.

However by manual deserialization, I miss-out some of the deserialization issues which could arise out of wrong entries in ServiceModel of Web.config file.

Thus, using WCF extensibility points I wish –

  1. Read xml response from the disk.
  2. Let WCF framework desrialize the xml for me.

Which extensiblity point can be helpful to achieve this ?

Edit:

To be precise, I am trying to play around with these values offline (without hitting actual service), to find the optimum value for our scenario –

<binding name="voucherServiceBinding" closeTimeout="00:01:00" 
          openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" 
          bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" 
          maxBufferPoolSize="524288" maxReceivedMessageSize="65536" 
          messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" 
          allowCookies="false"> 
         <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" 
             maxBytesPerRead="4096" maxNameTableCharCount="16384" /> 
</binding>
  • 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-18T18:25:46+00:00Added an answer on June 18, 2026 at 6:25 pm

    Bypassing the network request is certainly possible in WCF, but unfortunately it’s not easy to implement. What you need is a protocol channel (i.e., going into the WCF channel layer), which will intercept the request and respond instead of sending it down the channel stack (where it would reach the transport channel).

    The post at http://blogs.msdn.com/b/carlosfigueira/archive/2011/07/12/wcf-extensibility-channels.aspx has an example of such a channel which can be used to bypass server operations. You’ll need to read the XML you want from the disk and create a WCF System.ServiceModel.Channels.Message object based on it. Good luck.

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

Sidebar

Related Questions

I have an asp.net web application that makes calls to several WCF services. The
Question ASP and ASP.NET web applications use a value called VIEWSTATE in forms. From
I have an ASP.NET application that makes extensive use of ASP.NET cache API for
There is an ASP.NET Web application that makes use of a reference DLL. The
I'm working on an ASP.NET web service application which makes heavy use of CPU.
I'm developing an ASP.Net web application which makes use of MySQL via the MySQL-Provided
I have an ASP.NET MVC web application that makes REST style web service calls
I've got two different, but closely related ASP.Net web applications that use the same
We will be developing 3 asp.net web applications. Each of them will have it's
I have two ASP.NET MVC web applications. One of them logs unhandled exceptions to

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.