Previous Topic: Calling Web Services OperationsNext Topic: Microsoft Office Excel


OmWebServiceServicePortTypeClient

The OmWebServiceServicePortTypeClient class processes initialization and provides the interfaces that invoke the OM Web Services. Each code accessing web service call methods in this class.

An instance of OmWebServiceServicePortTypeClient can be created each time a web service is called by an application, however there is overhead involved in performing the initialization of the Microsoft WCF environment. We recommended creating this class once for an application and then use the class on all subsequent calls to the CA OM Web Services.

Methods

The methods of the OmWebServiceServicePortTypeClient class are as follows:

reportList

Invokes the Report List Web Service

Parameter: OmReportSelectionParameter

reportData

Invokes the Report Data Web Service

Parameter: OmReportDataParameter

indexList

Invokes the Index List Web Service

Parameter: OmIndexListParameter

ping

Invokes the Ping Web Service

Parameter: None

All the parameter classes can be found in the common OmWebService namespace.