Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Send XML document to web service is it possible ?
Message
De
25/02/2008 11:27:09
 
 
À
24/02/2008 21:20:33
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP1
Network:
Windows XP
Divers
Thread ID:
01293826
Message ID:
01296105
Vues:
13
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform