IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Lotus Domino > Overview of WebSphere Adapter for Lotus Domino > Technical overview > Outbound processing > Outbound operations

Create operation

The Create operation creates a document in the Lotus Domino server with the specified content.

The adapter receives a request in the form of a business object to create a document in the Lotus Domino server. The adapter processes the request and a document with a Universal ID is created in the specified database of the Lotus Domino server. The content of the document comes from the attribute values of the request business object.

After the document is created, the document content is sent back to the calling component as a response to indicate that the document was created successfully.

The response sent back to the calling component has the same business object structure as the request business object.

To support attachments for rich text and rich text lite fields when creating documents, specify the FilePath of the attachments. It enables the adapter to get the source files by following the specified path.

When a processing error occurs, the Create operation might throw the InvalidParentDocumentFault fault. For more information about these business faults, refer to Fault business objects.

Outbound operations


Related reference:

Fault business objects