Directive | Used to |
admin | Route requests to the handler for the Administrator API. For more information about the Administrator API, see
Integration Server Administrator API |
default | Route requests to the document handler the Integration Server uses to process DSP pages. |
graphql | Execute GraphQL operations, specifically, queries or mutations for GraphQL descriptors. |
invoke | Run services. |
odata | Process incoming OData service requests. |
rad | Perform service invocations submitted as REST requests where the REST resources are configured using the URL template-based approach and must be exposed as REST API using the REST API descriptor. For more information about the approaches for configuring restv2 resources, see webMethods Service Development Help. Note: It is recommended to use rad directive for the restv2 resources. |
rest | Perform service invocations submitted as REST requests where the REST resources are configured using the legacy approach. For more information about the approaches for configuring REST resources, see webMethods Service Development Help. |
restv2 | Perform service invocations submitted as REST requests where the REST resources are configured using the URL template-based approach. For more information about the approaches for configuring restv2 resources, see webMethods Service Development Help. |
soap | Route requests to the Integration Server SOAP message handler. Note: The soap directive is deprecated. The SOAP message handler routes messages to SOAP processors provided in versions of Integration Server prior to version 7.1.2. These processors have since been deprecated. The SOAP message handler also provides support for web services developed in Integration Server version 6.5. |
web | Access JSP files. |
wm-message | Route requests from other webMethods clients, including but not limited to Integration Server and Designer. |
ws | Invoke web services, specifically, operations in provider web service descriptors. |