deliveryService

Defines the service responsible for guaranteed delivery of email to an external email service.

The delivery service is used by the batchReportService and the reportService to deliver report outputs.

The agentService uses the delivery service to execute bibus » memo objects that are part of an agent ( bibus » baseAgentDefinition class ).

The delivery service has an associated set of configuration parameters defined by the properties of the bibus » deliveryService class.

Example: Connecting to the Delivery Service in Java
 
private  DeliveryService_ServiceLocator  deliveryServiceLocator  =  null; 
private  DeliveryService_PortType  deliveryService  =  null;   
public  static  String  DES_URL  =  "http://localhost:9300/p2pd/servlet/dispatch"; 
deliveryServiceLocator  =  new  DeliveryService_ServiceLocator(); 
... 
try 
{ 
	java.net.URL  serverURL  =  new  java.net.URL(DES_URL); 
	deliveryService  =  deliveryServiceLocator.getdeliveryService(serverURL); 
	... 
} 
//  catch  exceptions 
 
Example: Connecting to the Delivery Service in C# .NET
 
try 
{ 
	deliveryService1  c8DS  =  new  deliveryService1(); 
	c8DS.Url  =  "http://localhost:9300/p2pd/servlet/dispatch"; 
	... 
} 
//  catch  exceptions 
 

References

Runs instances of the following classes:
Uses the following method sets:

What's new

New in Version 10.2.0 — Changes to IBM Cognos Analytics SOAP action for services

The SOAPAction HTTP header field for this service has changed to http://www.ibm.com/xmlns/prod/cognos/deliveryService/201109/.

New in Version 10.2.1 — Changes to IBM Cognos Analytics SOAP action for services

The SOAPAction HTTP header field for this service has changed to http://www.ibm.com/xmlns/prod/cognos/deliveryService/201301/.

New in Version 10.2.2 — Changes to IBM Cognos Analytics SOAP action for services

The SOAPAction HTTP header field for this service has changed to http://www.ibm.com/xmlns/prod/cognos/deliveryService/201404/.