CA Service Management

 View Only

CA SDM::. Web Service Doselect for Change - chg 

Jan 25, 2017 08:07 AM

HowItWorks.jpg  CA SDM Web Service Doselect - Process Example

 

 

 

CA SDM::. CA SDM Web Service :: DoSelect method 

 

 

01. WSDL WIZARD

 

<impl:doSelect xmlns:impl="http://www.ca.com/UnicenterServicePlus/ServiceDesk">
<sid>sid__</sid>
<objectType>objectType__</objectType>
<whereClause>whereClause__</whereClause>
<maxRows>maxRows__</maxRows>
<attributes>
<string>string__</string>
</attributes>
</impl:doSelect>

 

 

 

02Parameters

<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>992697213</sid>
<objectType>chg</objectType>
<whereClause>id = 400463</whereClause>
<maxRows>1</maxRows>
<attributes>
<!--1 or more repetitions:-->
<string>id</string>
<string>category</string>
<string>category.code</string>
<string>category.id</string>
</attributes>
</ser:doSelect>
</soapenv:Body>
</soapenv:Envelope>

 

objectType = CHG

whereClause = "id = <number>"

 

 

 

03Results

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<doSelectResponse xmlns="http://www.ca.com/UnicenterServicePlus/ServiceDesk">
<doSelectReturn xmlns=""><![CDATA[<?xml version="1.0" encoding="UTF-8"?><UDSObjectList>
<UDSObject>
<Handle>chg:400463</Handle>
<Attributes>
<Attribute DataType="2001">
<AttrName>id</AttrName>
<AttrValue>400463</AttrValue>
</Attribute>
<Attribute DataType="2005">
<AttrName>category</AttrName>
<AttrValue>Category name</AttrValue>
</Attribute>
<Attribute DataType="2002">
<AttrName>category.code</AttrName>
<AttrValue>CategoryCODE</AttrValue>
</Attribute>
<Attribute DataType="2001">
<AttrName>category.id</AttrName>
<AttrValue>400001</AttrValue>
</Attribute>
</Attributes>
</UDSObject>
</UDSObjectList>]]></doSelectReturn>
</doSelectResponse>
</soapenv:Body>
</soapenv:Envelope>

 

know_more.png

Summary CA Service Management Community 

Service Desk Manager 15 days Implementation 

CABI4::. Summary - BOXI for CA SDM 

Summary CA SDM Scoreboard 

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.