Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / XML / October 2003

Tip: Looking for answers? Try searching our database.

SOAP Document Size Limitation?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Largo SQL Tools - 30 Oct 2003 20:12 GMT
We have an app that uses web services to pass typed datasets to and from the
client and server.  A couple of these datasets contain fields of type
'base64Binary' because of the need to have the client send the server binary
files (usually images).  We've noticed that if the size of the contents of
these base64Binary fields exceeds roughly 3.5M, we get an error when
consuming the web service.  Do any of you know if this is a SOAP document
size limitation or perhaps a base64Binary field size limitation?  If so, can
these sizes be adjusted?

Thanks.
MSFT - 31 Oct 2003 04:13 GMT
By default, ASP.NET will only accept a request whose size is less than 4MB.
Your 3.5M file and other information in SOAP package may exceed this
limitation. To get around of this, you may adjust the maxRequestLength of
<httpRuntime> in Web.config file. For information on this, you may refer to:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/ht
ml/gngrfhttpruntimesection.asp

Hope this help,

Luke
Microsoft Online Support

Signature

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.