Skip to Main Content
IBM Power Ideas Portal


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).


Shape the future of IBM!

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:

Search existing ideas

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 your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

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.

ADD A NEW IDEA

Web Serving

Showing 29

Allow IWS to ignore extra/missing fields in the input JSON

Ignoring extra fields is helpful so that the RPG program doesn't have to account for every field that is being sent in the request (i.e. 25+ fields and multiple nested data structure arrays, when only 2 values are actually required). Allowing for ...
7 months ago in IBM i / Web Serving 2 Delivered

Return a boolean in IWS (Integrated WebService Server)

IWS does not support true/false booleans, so it cannot be used to generate JSON streams in RPG like this: {"success": true}Ideally, we should be able to declare an indicator in the RPG and have it translated to true / false (without quotes).Curren...
almost 4 years ago in IBM i / Web Serving 4 Delivered

NULL management by IWS

Currently IWS has no capability regards to null values when a SOAP or REST service is published. When a field in a request is null, the RPG ile program or procedure will receive: For char fields -> all blanks For varchar fields -> a lenght o...
about 1 year ago in IBM i / Web Serving 2 Delivered

Increase the performance of IWS lists by filters

Calling up the list of deployed services takes a long time. With 50 services it takes 20 seconds. Whenever I perform an action (e.g. stop or start a service or display the properties), it always takes 20 seconds until the entire list has been upda...
over 2 years ago in IBM i / Web Serving 3 Delivered

IBMi IWS ILE service program procedure limitation of 7 parameters

We use IBM i IWS (Integrated Web Services Server) to expose ILE service programs as REST web services. Each REST resource (represented by unique URI) is mapped to an ILE service program and corresponding REST methods to procedures within the servi...
almost 5 years ago in IBM i / Web Serving 5 Delivered

Ability to omit fields in WebService reply when they are optional

I'm working with the integrated web services server and have run into a problem. My service has several optional elements, but I can't seem to find a way to indicate that it's optional so they are returned as blank elements. It is a restful interf...
about 5 years ago in IBM i / Web Serving 4 Delivered

Allow an IWS SQL service default schema to be changed by the setWebServiceProperties.sh command

Currently if you create an SQL service on one server and want to promote it to another server you can't change the default schema without having to get the configuration property file and go into the IFS file to change the default schema. That is ...
over 2 years ago in IBM i / Web Serving 4 Delivered

IBM i IWS HTTP PATCH Support

IBM i IWS (Integrated Web Services Server) currently supports HTTP request methods GET, PUT, DELETE, POST but there is no support for PATCH method. Unlike PUT method, PATCH method allows client to send only modified resource information instead of...
almost 5 years ago in IBM i / Web Serving 3 Delivered

Integrated Web Services Server Start Up

We are a provider of Healthcare applications utilizing IBM's Power Server running IBM i (v7r2m0 or better) OS. The HCS application uses IBM Websphere Application server express to serve up Java Script application to the users via a browser. Data r...
about 6 years ago in IBM i / Web Serving 2 Delivered

Change user of Integrated Webservice Server

Currently it is not possible to change the user of the webservices server without deleting, recreating and redeploying all services. Please extend the setWebServicesServerProperties.sh script with a -user parameter so that QWSERVICE (or any other ...
about 5 years ago in IBM i / Web Serving 3 Delivered