1. LA RESPONSABILIDAD SOCIAL EMPRESARIAL
1.5. NUEVAS TENDENCIAS
1.5.3. Empleo juvenil
pub.art.transaction:startTransaction
WmART. Starts an explicit transaction.
Input Parameters
timeoutSeconds Integer The number of seconds that the implicit or explicit transaction stays open
before the transaction manager marks it for rollback.
startTransactionInput Document List Information for each start transaction request.
Key Description
transactionName String Optional. Specifies the name of the transaction to
be started. If you leave this parameter blank, the
Output Parameters
Usage Notes
This service is available only if your adapter supports built-in transaction management services, which you can confirm by checking the user guide for the adapter.
This service is intended for use with the pub.art.transaction:commitTransaction or
pub.art.transaction:rollbackTransaction service. The transactionName value returned by a call to this service can be provided to pub.art.transaction:commitTransaction (to commit the transaction) or
pub.art.transaction:rollbackTransaction (to roll back the transaction).
See Also
pub.art.transaction:commitTransaction pub.art.transaction:rollbackTransaction
startTransactionOutput Document List Information for each start transaction request.
Key Description
transactionName String The name of the transaction the service just
You use the elements in the client folder to formulate and submit requests to HTTP, FTP, LDAP, and email servers.
Summary of Elements in this Folder
The following elements are available in this folder:Element Package and Description
pub.client:ftp WmPublic. Performs a series of FTP actions.
sample.soap:buildRPC_SendHTT
PSimplepub.client.ftp:append WmPublic. Appends data to a remote file.
pub.client.ftp:cd WmPublic. Changes the working directory on the FTP server. (This
service corresponds to the standard FTP command cd dirpath.)
pub.client.ftp:cdls WmPublic. Changes the working directory on the FTP server and
retrieves a list of file names. (This service corresponds to the standard FTP commands cd dirpath and ls namePattern.)
pub.client.ftp:delete WmPublic. Deletes a file in the current working directory on an FTP server. (This service corresponds to the standard FTP command delete somefile.)
pub.client.ftp:dir WmPublic. Retrieves the file list during an FTP session. (This service corresponds to the standard FTP command dir namepattern.)
pub.client.ftp:get WmPublic. Retrieves a file from a remote FTP server. (This service corresponds to the standard FTP command get.)
pub.client.ftp:login WmPublic. Connects to a remote FTP server and logs in with a specified user name and password.
pub.client.ftp:logout WmPublic. Logs off of the FTP server and ends the current FTP session.
pub.client.ftp:ls WmPublic. Retrieves the file list during an FTP session. (This service corresponds to the standard FTP command ls namepattern.)
pub.client.ftp:mdelete WmPublic. Deletes multiple files in the current working directory on an FTP server. (This service corresponds to the standard FTP command mdelete pattern.)
pub.client.ftp:mget WmPublic. Transfers multiple files from the remote FTP server. (This service corresponds to the standard FTP command mget.)
pub.client.ftp:mput WmPublic. Transfers multiple files to a remote FTP server. (This service corresponds to the standard FTP command input.)
pub.client.ftp:put WmPublic. Transfers a file to a remote FTP server. (This service corresponds to the standard FTP command put.)
pub.client.ftp:putCompletedNotific
ation WmPublic. A document type published to the webMethods Broker to notify parties that an FTP put command has completed.
pub.client.ftp:rename WmPublic. Renames a file on a remote FTP server. (This service corresponds to the standard FTP command rename.)
pub.client.ftp:sessioninfo WmPublic. Returns session information for all of the FTP servers that users are currently logged into.
pub.client:http WmPublic. Issues an HTTP request that you specify and returns the
HTTP response.
pub.client.ldap:add WmPublic. Inserts a new entry into the directory.
pub.client.ldap:bind WmPublic. Performs an LDAP bind operation that associates the
connection with the specified principal.
pub.client.ldap:cancelNotification WmPublic. Cancels a previously created notification request.
pub.client.ldap:compare WmPublic. Compares the value of an attribute in the LDAP directory with a value specified by the service.
pub.client.ldap:delete WmPublic. Removes an entry from the directory.
pub.client.ldap:modify WmPublic. Performs an LDAP modify operation that allows you to specify a list of attributes with corresponding lists of values to add to, replace, or remove from the directory entry.
pub.client.ldap:registerNotification WmPublic. Creates a notification (or “persistent search”) that causes Integration Server to listen for LDAP events. When the notification gets an event, the specified service is called.
pub.client.ldap:rename WmPublic. Performs an LDAP rename (move) operation allowing you
to rename an entry.
pub.client.ldap:search WmPublic. Performs an LDAP search operation with the specified parameters and returns the results of the search.
pub.client:smtp WmPublic. Sends a MIME-type email message.
pub.client:soapHTTP WmPublic. Submits a SOAP message to a server via HTTP or HTTPS.
pub.client:soapRPC WmPublic. Submits a SOAP remote procedure call via HTTP or HTTPS.