I've never had to try this myself, But, if they can only accept the one
instance of your array, Use %SUBARR to fill another variable that you then
pass along to the web service.
From:
"Christen, Duane" <Duane.Christen@xxxxxxxxxx>
To:
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
Date:
07/06/2009 01:31 PM
Subject:
RE: %SubArr Fails to pass a sub-array to Java method
Sent by:
rpg400-l-bounces@xxxxxxxxxxxx
Eric;
I don't have access to the underlying method code, so I can't change the
interface.
The underlying code is part of, what they call a web service, WebLogic
GLUE interface. The group that "supports" it knows little more about it
than I do.
Duane Christen
--
Duane Christen
Senior Software Engineer
(319) 790-7162
Duane.Christen@xxxxxxxxxx
Visit PAETEC.COM
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of DeLong, Eric
Sent: Monday, July 06, 2009 10:28 AM
To: RPG programming on the IBM i / System i
Subject: RE: %SubArr Fails to pass a sub-array to Java method
Seems like you should just pass the whole array, along with a parameter to
indicate how many elements in the array are initialized. Your java
program should only access array elements known to contain valid values.
Is there some reason passing the whole array and an upper boundary would
not work for you?
-Eric
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Christen, Duane
Sent: Monday, July 06, 2009 9:58 AM
To: RPG programming on the IBM i / System i
Subject: %SubArr Fails to pass a sub-array to Java method
I have already submitted a PMR for this, and there is supposed to be an
APAR for this problem but at the moment there is no target date.
The problem is that I am passing several arrays of Java string objects and
integers to a method. The %SubArr bif works correctly if I hard code a
literal as the third parameter, only the specified number of elements of
the arrays are passed to the method, but if a variable is use as the third
parameter the whole array is passed no mater what the variable value is.
The method prototype and the method calls are here:
http://code.midrange.com/80cabeb44f.html
What I need is a work around so that the called method receives only the
initialized array elements. I would think I could create another Java
method and pass it the count of initialized elements and the arrays, do an
equivalent of SubArr in java and then call the original method but I have
not had much success finding what I think I need.
If anyone has any ideas on how to code a "SubArr" java method interface or
another possibility to work around this I would greatly appreciate it.
Thanks
Duane Christen
--
[
http://www.paetec.com/eSignature/My_PAETEC_signature_r1_c1.gif]
[
http://www.paetec.com/eSignature/My_PAETEC_signature_r1_c2.gif]
[
http://www.paetec.com/eSignature/My_PAETEC_signature_r2_c1.gif]<http://
www.paetec.com/>
Duane Christen
Senior Software Engineer
(319) 790-7162
Duane.Christen@xxxxxxxxxx<mailto:Duane.Christen@xxxxxxxxxx>
[
http://www.paetec.com/eSignature/My_PAETEC_signature_r3_c1.gif]
--
This is the RPG programming on the IBM i / System i (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.