This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
I have tried this more now and see that i'ts possible to add a _LENGHT field as a parameter in the RPG program and use the Detect feature.
You're correct that this doesn't effect the the Web Service interface but the RPG API programs are also used via remote call using JTOpen. That for high speed integration. This means that the RPG API program can't be changed with a new parameter.
Another question is why the COUNT and _LENGHT fields needs to be INTEGER and not PACKED or ZONED? Isn't a numerical field good enough?
At the same time I would like to thank the team for a great product and support!
Mats
I know all about the Detect length fields and have tried it. It changes the WSDL and Swagger files ie the API interface and doesn't meet my customers need. If you look how you have implemented the Browse feature when naming the Program or Service Program in the IWS wizard, you see that you have supported how to make it possible to go deeper in a structure to select something.
As indicated, the support for Detect length fields should meet your needs. To read more about it, please read the section titled "Support nested output arrays" in the article: "Integrated web services server for IBM i updates" at the following URL:
https://www.ibm.com/developerworks/ibmi/library/i-integrated-web-services-server/index.html?ca=drs-
Adding the length fields does not change what the customer sees in swagger document or WSDL document. Yes, you may need to change or add a thin layer if you want to specify length fields.
There is no way to allow users to select arbitrary fields in structures for array length fields. It would make the GUI interface much more complicated.