Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send XML document to web service is it possible ?
Message
From
24/02/2008 21:20:33
 
 
To
19/02/2008 12:07:00
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:
01295981
Views:
12
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform