There's lot's of ways of dealing with large data sets. In the case of XML,
streaming is always an option. As of today (might change in the future), if
you are trying to pass an XML document that is larger than a couple MB's you
are most likely not using the right tool for the job. XML, or maybe better
stated - a web service, is not meant for data replication which is how I
sometimes see it used.
In my presentations I give the example of XML mis-use:
<ProductionCustomerNumber>123456789</ProductionCustomerNumber> - look how
much data was wasted with trying to convey a nine long integer! That's why
XML and web services are more a fit for cross platform/language
communication (i.e. program to program calls) vs. other data transport
"ideas".
My $.02,
Aaron Bartell
http://mowyourlawn.com
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [
mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Holden Tommy
Sent: Monday, May 14, 2007 12:25 PM
To: RPG programming on the AS400 / iSeries
Subject: RE: Max length of a VARYING field
Just a question (showing my inexperience with web services, etc...) couldn't
you just write out the XML to the IFS and have the webservice pass that file
back?
Thanks,
Tommy Holden
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[
mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx
Sent: Monday, May 14, 2007 12:08 PM
To: RPG programming on the AS400 / iSeries
Subject: Re: Max length of a VARYING field
Ok, I've not done much with XML myself. Forgot about that...
Rob Berendt
--
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.