Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Send XML document to web service is it possible ?
Message
De
24/02/2008 21:20:33
 
 
À
19/02/2008 12:07:00
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:
01295981
Vues:
14
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>
Roses are #FF0000 Violets are #0000FF all my base are belong to you
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform