Integration Server 10.15 | Added, Removed, Deprecated, or Changed Built-In Services | Release 9.12
 
Release 9.12
Added Services
*pub.cache.serviceResults:addCacheEntry Adds cached entry into service results for the service without executing the actual service. This service can be useful to perform bulk load of service results at Integration Server startup.
*pub.cache.serviceResults:listServiceCache Returns a list of the cached service results for a particular service.
*pub.cache.serviceResults:resetServerCache Resets the cache for all services in the service results cache, resulting in the removal of all cached service results for all services from the service results cache.
*pub.cache.serviceResults:resetServiceCache Resets the cache for specific service, resulting in the removal of cached service results for the service.
Changed Services
*pub.client:http The default value of the useJSSE parameter is now null, which allows the watt.net.ssl.client.useJSSE server configuration property to determine the default behavior for outbound HTTPS connections.
Added input parameter delegation to allow a user to execute a service on behalf of other user.
Added input parameter requestDelegatableToken to specify if you want to request for a forwardable ticket granting ticket to send to the intermediary. The intermediary can use this forwardable ticket granting ticket for Kerberos delegation.Integration Server, which the server can use for delegation
*pub.client.ldap:search Added input parameter pageSize to set the number of entries to return in a page. Added input and output parameter ldapCookie which contains the index of the page count for the search.
*pub.client.ftp:login Added input parameter useJSSE to allow use of JSSE for creating outbound FTPS connections.
*pub.client:soapClient Added input parameter useJSSE to allow use of JSSE for outbound web service invocation.
*pub.date* Previously, if a value was not specified for the locale input parameter, Integration Server used the locale from the session used by the client that invoked the service. Now, Integration Server uses the value of the watt.server.session.locale.ignore server configuration parameter to determine whether the locale is obtained from the session used by the client that invoked the service or if the locale is the locale of Integration Server.
*pub.flow:setResponse2 Added input variable responseStreamTransferEncoding to use chunked transfer encoding for the response and include the "Transfer-Encoding: chunked" response header.
*pub.json:jsonStreamToDocument Added input parameter decodeRealAsString to converts real numbers in the jsonStream to String.
*pub.json:jsonStringToDocument Added input parameter decodeRealAsString to converts real numbers in the jsonStream to String.
*pub.security:userInfoSpec The error input parameter is now named userInfoError.