Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | WebSocket Folder | Summary of Elements in this Folder | pub.websocket:send
 
pub.websocket:send
WmPublic. Sends a message on a connected WebSocket session.
Input Parameters
sessionId
String Session ID to identify the WebSocket session.
message
Object Sends messages containing the payload to the destination. The message could be a byte array or a text message.
Output Parameters
sent
Boolean Flags indicating the result of the send operation. A value of :
*true indicates that the WebSocket session was sent successfully.
*false indicates that the WebSocket session was not sent successfully.