Jump to content

WCF web Service configuration for large parameters


Manoj Chaurasia

Recommended Posts

Hi All,

 

I am in to a business scenario to call a WCF web service where I need to pass an XML parameter which is 2MB and currently this is configured as

 

Transfermode = Buffered request

and this takes around 10 secs for the request reponse activity to complete.

 

Is it possible for me to change the transfer mode to "Streamed Request" so that the 2MB XML parameter can be passed in less than 2 sec

 

If I need to change the transfermode = streamed request then what else I need to take care in the configuration

 

Thanks in advance,

Link to comment
Share on other sites

  • 8 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...