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.
You can now deploy service programs procedures that have up to 248 parameters as web services. You will need to get the following HTTP group PTF:
V7R3M0 SF99722 Level 31
V7R4M0 SF99662 Level 12
IBM agrees with the request and a solution appears to be desirable and feasible. IBM intends to provide a solution. However, IBM's plans may change and no commitment is made that a solution will be provided.
We use data structures as parameters to receive & send data for HTTP POST/PUT methods where the payload is sent using message body but the parameter limitation restricts while we use HTTP GET where data is received through path, query, matrix parameters. We have complex search criteria based on several attributes and IWS does not support mapping path, query, matrix parameters to data structure subfields
While 7 does seem a rather low limit, it seems to me that coding procedures that require more than 7 parameters rather than accepting a Data Structure or array as a parameter is perhaps not the best design. Perhaps modifying the design would make more sense. I have worked with other customers who hit this limit and in each case the original design was based on thinking that originated in the days of RPG400 when it was awkward to pass a DS as a parameter. Changing the design made it much easier for non-IBM i clients to call the service.
While 7 does seem a rather low limit, it seems to me that coding procedures that require more than 7 parameters rather than accepting a Data Structure or array as a parameter is perhaps not the best design. Perhaps modifying the design would make more sense. I have worked with other customers who hit this limit and in each case the original design was based on thinking that originated in the days of RPG400 when it was awkward to pass a DS as a parameter. Changing the design made it much easier for non-IBM i clients to call the service.