Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send XML document to web service is it possible ?
Message
From
25/02/2008 11:27:09
 
 
To
24/02/2008 21:20:33
General information
Forum:
ASP.NET
Category:
Web Services
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP1
Network:
Windows XP
Miscellaneous
Thread ID:
01293826
Message ID:
01296105
Views:
12
Simplicio,

We have not yet moved our Web Services to 3.5, but probably will soon. Should I assume that this is something new in 3.5 and that possibly large strings will hit this size problem without the change you mentioned below? If so, and I need to change this configuration, where exactly is this setting? In the web.config?

~~Bonnie



>Bilal,
>
>if you are using .NET 3.5 Service you need to set maxReceivedMessageSize at the binding configuration. You will have experience problem sending huge string due to default DOS attack protection
>
>
>
>  <binding name="WSOrderForService" maxReceivedMessageSize="2147483647">
>          <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
>        </binding>
>
>
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform