Integration Server 10.15 | Publish-Subscribe Developer’s Guide | Publishing Documents | The Publishing Services
 
The Publishing Services
Using the publishing services, you can create services that publish or deliver documents locally or to the messaging provider. The publishing services are located in the WmPublic package.
The following table describes the services you can use to publish documents.
Service
Description
pub.publish:deliver
Delivers a document to a specified destination.
pub.publish:deliverAndWait
Delivers a document to a specified destination and waits for a response.
pub.publish:publish
Publishes a document locally or to a configured messaging provider (Universal Messaging or Broker). Any clients (triggers) with subscriptions to documents of this type will receive the document.
pub.publish:publishAndWait
Publishes a document locally or to a configured messaging provider (Universal Messaging or Broker) and waits for a response. Any clients (triggers) with subscriptions for the published document will receive the document.
pub.publish:reply
Delivers a reply document in answer to a document received by the client.
pub.publish:waitForReply
Retrieves the reply document for a request published asynchronously.