Call the  Data Flow Management Web Service

The  Data Flow Management Web Service API enables calling server-side methods using standard SOAP programming techniques. If the statement cannot be parsed or if there is a problem invoking the method, the API methods throw a SoapFault exception. When a SoapFault exception is thrown, the service populates one or more of the error message, error code, and exception message fields. If there is no error, the results of the invocation are returned.

To call the service, use:

  • Protocol: http or https (depending on server configuration)
  • URL: <UCMDB server>:8443/axis2/services/DiscoveryService
  • Default username: "admin"

SOAP programmers can access the WSDL at:

  • axis2/services/DiscoveryService?wsdl