5. Java Service Manager Services

Most service descriptions have an extended description, examples of use, service command syntax diagrams and parameter descriptions.

The non-extended service descriptions contain a definition of each service including a table listing these items:

Command

Keyword

Value

Developer notes

 

The Command, Keyword and Value are used with the JSMCMD argument in the JSM_COMMAND Built-In Function. The Notes for developers provide some details for the specific keyword or value.

Consider this example from the SMSService table:

Command

Keyword

Value

Developer notes 

SEND

TO

value

Required. Mobile number.

MSG

value

Required. Text message.

 

For the example in the above table, this command might appear as follows:

SEND TO(041123456) MSG(Test message from SMSService)

 

Some familiarity with the underlying service or protocol may be required in order to properly use the commands. For example, if you are using the SMSService, you may need to SET SMS transport parameters before you can SEND messages.

Services provided are:

5.2 AxesTerminalService

5.3 BASE64FileService

5.4 ExcelService

5.5 FileQueueService

5.6 FTPService

5.7 HashService5.8 HTTPService

5.9 HTTPInboundJSONBindService

5.10 HTTPOutboundJSONBindService

5.11 HTTPInboundQueryService

5.12 HTTPInboundSVService

5.13 HTTPInboundXMLBindService

5.14 HTTPOutboundXMLBindService   

5.15 JMSFileService

5.16 JMSXMLBindService   

5.17 JSONBindFileService

5.18 OpenLDAPService

5.19 PDFDocumentService

5.20 PDFSpoolFileService

5.21 PGPFileService

5.22 POP3MailService

5.23 SFTPService

5.24 SMBService

5.25 SMSService

5.26 SMTPMailService

5.27 SMTPMailAttachmentSignatureService

5.28 SOAPAgentService

5.29 SOAPServerService

5.30 SQLService

5.31 SVFileService

5.32 XMLBindFileService

5.33 XMLBindQueueService

5.34 XMLQueryService

5.35 XMLReaderService

5.36 XMLWriterService

5.37 ZipService