|
I wouldn't recommend passing binary objects in XML, but if it is adecode
requirement then I would program an intermediary in the Java side to
the base64 binary object to a file in the IFS and pass that location tothe
RPG program. Someone please correct me if I am wrong, but when usingbase64
encoding, for every 5 bytes of data you will add two more bytes. If thatup
math is correct (you can test it here
http://rumkin.com/tools/compression/base64.php) then a 1MB file will end
using around 1.4MB of bandwith. If FTP or similar "raw format" approachwas
used you would only be using 1MB. This can obviously become a concern ifwould
you are doing hundreds of file transfers a day.
If you have the option to alter the approach of sending files in XML I
instead go the route of sending a URL to the file needing to be accessedand
then your RPG (or Java) can go and get it after the transaction (using FTPOn
or HTTP GET).
HTH,
Aaron Bartell
http://mowyourlawn.com
-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx]
Behalf Of i5<wdsci-l@xxxxxxxxxxxx>
Sent: Monday, January 07, 2008 12:25 PM
To: Websphere Development Studio Client for iSeries
Subject: Re: [WDSCI-L] Web Services wizard and SRVPGM prototypes.
"
Yes, the XML part will be (99,99%) shorter than 64 kb but PDF and Images
(JPG and DWG) basicly are bigger than 64Kb.
Thanks
Marco
----- Original Message -----
From: Aaron Bartell <albartell@xxxxxxxxx>
To: 'Websphere Development Studio Client for iSeries'
Cc:or
Date: Monday, January 7 2008 07:15 PM
Subject: Re: [WDSCI-L] Web Services wizard and SRVPGM prototypes.
What is the scenario for the data that is potentially over 65535? That
might help us better assist you. I have found 65535 for a single element
attribute value is plenty 99% of the time.On
Aaron Bartell
http://mowyourlawn.com
-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx]
Behalf Of i5
Sent: Monday, January 07, 2008 11:24 AM
To: Websphere Development Studio Client for iSeries
Subject: [WDSCI-L] Web Services wizard and SRVPGM prototypes.
"
I'm testing the Web Service wizard to generate services from a service
program, it's working fine but what if one of the parameters I need to
receve (or send) is longer then 65535?
Thanks in advance
MarcoF
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.