CA Service Management

  • 1.  Ca catalog web service to fetch service options in request

    Posted Feb 01, 2017 06:19 AM

    I have single offering which is attached with multiple service options. I need to know which catalog web services/pam soap web services  to use fetch all the service option name in the request.



  • 2.  Re: Ca catalog web service to fetch service options in request

    Posted Feb 06, 2017 07:46 AM


  • 3.  Re: Ca catalog web service to fetch service options in request

    Posted Feb 06, 2017 08:58 AM

    As Louis mentioned in the following thread, there is no web service method that simply returns the service option names in the request:

     

    Service catalog webservices to fetch all the service option in request 

     

    One way you could get this information is by calling getRequestItems, which returns all of the service option elements in the request (basically select * from usm_subscription_detail where request_id=<request id>). You would need to parse out the appropriate 'itemid' from the results which correlates to the name element and pass the same as input to the Catalog Web Service method getRateItemDefinition which includes the name as 'itemtext'.