CA Service Management

CA SDM::. Web Service Doselect - for model - mfrmod - ca_model_def - call Example 

Jan 27, 2017 03:00 PM

How to use DoSelect searching by model method?

 

 

 

Parameter

Type

Description

SID

Integer

Identifies the session retrieved from logging in.

objectType

String

Identifies the object type (factory) to query.

whereClause

String

(Optional) Identifies the where clause for the query.

maxRows

Integer

Indicates the maximum number of rows to return. Specify -1 to return all rows.

Note: Regardless of the integer specified, CA SDM will return a maximum of 250 rows per call.

attributes

String[]

Identifies the attribute list for which to fetch values. Dotted-attributes are permitted. If this field is blank, all value-based attributes are returned. These attributes cannot be defined as LOCAL in the majic definition file. LOCAL attributes are temporal; they have no database storage

Technical Reference Guide

 

 

Table and Object Cross-References - CA Service Management - 14.1 - CA Technologies Documentation 

 

http://<server name>:8080/axis/services/USD_R11_WebService?wsdl

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://www.ca.com/UnicenterServicePlus/ServiceDesk">
<soapenv:Header/>
<soapenv:Body>
<ser:doSelect>
<sid>242562346</sid>
<objectType>mfrmod</objectType>
<whereClause>sym='<name>'</whereClause>
<maxRows>1</maxRows>
<attributes>
<!--1 or more repetitions:-->
<string>sym</string>
<string>sym</string>
<string>id</string>
<string>resource_class</string>
<string>resource_family</string>
</attributes>
</ser:doSelect>
</soapenv:Body>
</soapenv:Envelope>

 

Request :

 

 

 

 

 

 

CA PAM::. How to use the Apply_Xpath? 

CA PAM::. CA SDM Web Service Doselect - Process Example 

Statistics
0 Favorited
4 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.