Webservice Routine Details Drawer

<< Click to Display Table of Contents >>

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

Webservice Routine Details Drawer

 

When a Routine icon_methodsFilterIcon is selected in the Webservice Assets Drawer, the Details Drawer will show the options for configuring the Webservice Method that calls the Routine.

Webservices View with Method Details Drawer

Webservices View with Method Details Drawer

 

The following details are available for every routine:

 

wsMethods

 

ws-post

 

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.

 

Information-icon_16px GET is only available when all the input parameters of the routine can be codified as URL Query Parameters. By default, GET is set wherever possible.

 

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.

 

 

If the selected routine is "streamy" (i.e. returns a record stream), a method to get records from the resulting stream is necessary, so one more panel will be available:

ws-routine-get-from-stream

Here, the SOAP Method Name / REST URL element of that method can be customized.