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 / ASP.NET / Web Services / July 2005

Tip: Looking for answers? Try searching our database.

Is there any limit as to the size of XML file that can be sent in a Web Service parameter?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Burton Wilkins - 27 Jul 2005 15:57 GMT
Dear Authorities:

Is there a limit as to the size of XML file that can be safely sent in a Web
Service as  parameter?    Realizing that XML is just a string, how many
characters can be safely transmitted to a Web Service?    Or is there NO
limit?

Someone should know the answer to this question?    Please reply.

Sincerely,

Burton G. Wilkins
Marvin Smit - 27 Jul 2005 16:57 GMT
Hi,

There is no real limitation on this, however... keep in mind that:

- The larger the message, the more time. Clients might encounter
time-outs.
- Windows (32b) system assigns 4Gb a process, 2Gb Kernel & 2Gb User.
Use a streaming model or you might run into memory issues.
- The WebServices system tries to "Serialize" & "Deserialize"
objects<->xml. Having a huge XML will cause a huge deserialize
process.

Hope this helps,

Marvin Smit.

>Dear Authorities:
>
[quoted text clipped - 8 lines]
>
>Burton G. Wilkins
Burton Wilkins - 27 Jul 2005 19:19 GMT
Thank you Marvin.   A detail like that is very important to know in planning
what could or should be transmitted using a Web Service.

> Hi,
>
[quoted text clipped - 24 lines]
> >
> >Burton G. Wilkins
Marvin Smit - 28 Jul 2005 11:18 GMT
Hi,

if you want to "just transport large amounts of data" (so no real
object<->xml conversion), you're probably better of using WSE with
DIME.

Marvin Smit.

>Thank you Marvin.   A detail like that is very important to know in planning
>what could or should be transmitted using a Web Service.
[quoted text clipped - 28 lines]
>> >
>> >Burton G. Wilkins

Rate this thread:







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.