Webservice Topic Details Drawer

<< Click to Display Table of Contents >>

Navigation:  Web UI > Workspace > Webservices > Webservice Asset Details Drawer >

Webservice Topic Details Drawer

 

When a Topickafka is selected in the Webservice Assets Drawer, the Details Drawer will show the options for configuring the operations available for interacting with the Topic.

Webservices- Topic Details Drawer

Webservices- Topic Details Drawer

 

 

 

ws-topic-native-name

 

 

Subscribe

 

 

ws-topic-subscribe

 

This section provides options for the Webservice method that will subscribe to the selected topic using the in-line parameter values provided in the URL (i.e. a REST GET request)

Information-icon_16px This method is only available for REST services, as SOAP does not allow URL parameters.

 

 

Subscribe with Properties

 

ws-topic-subscribe-properties

This section provides options for the Webservice method that will subscribe to the selected topic using specific properties which will be included in the request body (i.e. a REST POST or SOAP request).

Information-icon_16px The Method Name serves as a URL element in the case of REST POST and as an actual method name for SOAP.

 

exclamation_mark_16px When configuring a SOAP method, the Method Name needs to be a valid Java method name.

 

Information-icon_16px The POST URL is only significant for REST, as SOAP methods are all accessed using the base endpoint URL.

 

 

 

Poll

 

ws-topic-poll

This section provides options for the Webservice method that will request records from a given topic.

Information-icon_16px The Method Name serves as a URL element in the case of REST POST and as an actual method name for SOAP.

 

exclamation_mark_16px When configuring a SOAP method, the Method Name needs to be a valid Java method name.

 

Information-icon_16px The POST URL is only significant for REST, as SOAP methods are all accessed using the base endpoint URL.

 

Information-icon_16px The Method always has the same 2 parameters: stream_id and timeout, which are fed inline for REST GET requests and within the body for SOAP requests.

The stream_id parameter is mandatory, while timeout will use the default value (configured in the connector) if missing.

 

 

Push

 

ws-topic-push

 

This section provides options for the Webservice method that will read a message from the selected Topic.

Information-icon_16px The Method Name serves as a URL element in the case of REST POST and as an actual method name for SOAP.

 

exclamation_mark_16px When configuring a SOAP method, the Method Name needs to be a valid Java method name.

 

Information-icon_16px The POST URL is only significant for REST, as SOAP methods are all accessed using the base endpoint URL.

 

 

 

Push Many

 

ws-topic-pushmany

This section provides options for the Webservice method that will read multiple messages from the selected Topic.

Information-icon_16px The Method Name serves as a URL element in the case of REST POST and as an actual method name for SOAP.

 

exclamation_mark_16px When configuring a SOAP method, the Method Name needs to be a valid Java method name.

 

Information-icon_16px The POST URL is only significant for REST, as SOAP methods are all accessed using the base endpoint URL.