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