Integration Server 10.15 | Added, Removed, Deprecated, or Changed Built-In Services | Release 10.4
 
Release 10.4
Added Services
*pub.json.schema:validate Validates JSON content against a JSON document type.
*pub.string:isNullEmptyOrWhitespace Determines if a string is null, empty, or only whitespace.
*pub.websocket:getCookies Retrieves the cookies that are part of the HTTP request to establish a WebSocket connection.
*pub.websocket:getExtensions Retrieves the extensions used in the request URL to establish a WebSocket connection.
*pub.websocket:getHeaders Retrieves the headers used in the request URL to establish a WebSocket connection.
*pub.websocket:getPathParameter Retrieves the path parameter used in the request URL to establish a WebSocket connection.
*pub.websocket:getRequest Retrieves the HTTP request information used to establish the WebSocket connection.
*pub.websocket:getQueryParameters Retrieves the query parameters used in the request URL used to establish a WebSocket connection.
*pub.websocket:getQueryParameter Retrieves the value of specific query parameter information in the request URL used to establish a WebSocket connection.
*pub.websocket:getSubProtocols Retrieves the sub protocols used in the request URL to establish a WebSocket connection.
*pub.websocket:ping Sends a ping message containing the given application data to the remote endpoint after establishing the connection.
*pub.websocket:pong Sends back an unsolicited pong message with the exact application data as the ping for the WebSocket session.
Removed Services
*pub.vcs* services Use the local service development feature (Local Version Control Integration) to check package elements and their supporting files into and out of a version control system (VCS) directly from Designer.
Deprecated Services
*pub.json:validate Use pub.json.schema:validate to validate JSON content against a JSON document type.
*pub.soap.utils:resetWSDEffectivePolicy No replacement. The service is deprecated because the service applies to web services that run in pre-8.2 compatibility mode only. The ability to run in pre-8.2 compatibility mode is deprecated as of Integration Server 10.4 due to the deprecation of the web services implementation introduced in version 7.1.
*pub.soap.utils:setWSDEffectivePolicy No replacement. The service is deprecated because the service applies to web services that run in pre-8.2 compatibility mode only. The ability to run in pre-8.2 compatibility mode is deprecated as of Integration Server 10.4 due to the deprecation of the web services implementation introduced in version 7.1.
*pub.string:isNullOrBlank Use pub.string:isNullEmptyOrWhitespace.
Changed Services
*pub.client:websocket Adds input parameters cookies, extensions, and subProtocols which are to be parts of the HTTP request used to establish a WebSocket connection.
*pub.jms:reply When sending a JMS message to Universal Messaging, Integration Server sets the JMSMessageID.
*pub.jms:send When sending a JMS message to Universal Messaging, Integration Server sets the JMSMessageID.
*pub.jms:sendAndWait When sending a JMS message to Universal Messaging, Integration Server sets the JMSMessageID.
*pub:oauth:getAccessToken Supports requests for an access token for the Resource Owner Password Credentials (ROPC) grant type for a public client. Previously, only confidential clients could obtain an access token for the ROPC grant type.
*pub:oauth:getToken Supports requests for an access token for the Resource Owner Password Credentials (ROPC) grant type for a public client. Previously, only confidential clients could obtain an access token for the ROPC grant type.