Operations Reference

The HPOM Incident Web Service provides a Web Services Definition Language (WSDL) document, which describes the service. After you install the service, the WSDL is available from the following location on the HPOM management server:

https://<server_name>:<port>/opr-webservice/Incident.svc?wsdl

This WSDL document refers to the other WSDL documents and associated XML Schema Documents (XSDs), and gives their location on the management server. These documents provide complete information about the operations that the service supports. The details of how your client uses these operations depends on the web service client development toolkit that you choose.

HP provides unsupported examples for several client development toolkits. The examples are also available on the HPOM management server after you install the service.

The following read-me files provide more information on how to develop clients with each toolkit:

Alternatively, you can develop a client using any other suitable toolkit or programming language.

This chapter provides a generic reference to the operations that the service provides. For specific examples of SOAP envelopes that the service receives and sends, see SOAP Envelope Examples

Table: Prefixes and XML Namespaces Used in this Document lists the prefixes used in this section to show the namespace of each element type.

Note NOTE:
The WSDL document contains the following operations that the service does not actually support:
  • Delete
  • SubscriptionEndOp

If your client attempts to use these operations, the service returns an ActionNotSupported fault.