CA Service Management

CA SDM::. Web Service createObject - nr - Configuration Item 

Jan 25, 2017 08:40 AM

HowItWorks.jpg  CA SDM Web Service - How can i create a new configuration item using createobject method

 

 

 

 

01. WSDL WIZARD

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://www.ca.com/UnicenterServicePlus/ServiceDesk">
<soapenv:Header/>
<soapenv:Body>
<ser:createObject>
<sid>?</sid>
<objectType>?</objectType>
<attrVals>
<!--1 or more repetitions:-->
<string>?</string>
</attrVals>
<attributes>
<!--1 or more repetitions:-->
<string>?</string>
</attributes>
<createObjectResult>?</createObjectResult>
<newHandle>?</newHandle>
</ser:createObject>
</soapenv:Body>
</soapenv:Envelope>

 

 

02Parameters

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://www.ca.com/UnicenterServicePlus/ServiceDesk">
<soapenv:Header/>
<soapenv:Body>
<ser:createObject>
<sid>1731548406</sid>
<objectType>nr</objectType>
<attrVals>
<!--1 or more repetitions:-->
<string>name</string>
<string>test</string>
<string>class</string>
<string>300082</string>
</attrVals>
<attributes>
<!--1 or more repetitions:-->
<string>name</string>

</attributes>
<createObjectResult>?</createObjectResult>
<newHandle>?</newHandle>
</ser:createObject>
</soapenv:Body>
</soapenv:Envelope>

 

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>
<createObjectResponse xmlns="http://www.ca.com/UnicenterServicePlus/ServiceDesk">
<createObjectResult xmlns=""><![CDATA[<?xml version="1.0" encoding="UTF-8"?><UDSObject>
<Handle>nr:743AF9FAECA2EF4B9671FBD75A5D6B8D</Handle>
<Attributes>
<Attribute DataType="2002">
<AttrName>name</AttrName>
<AttrValue>test</AttrValue>
</Attribute>
</Attributes>
</UDSObject>]]></createObjectResult>
<newHandle xmlns="">nr:743AF9FAECA2EF4B9671FBD75A5D6B8D</newHandle>
</createObjectResponse>
</soapenv:Body>
</soapenv:Envelope>

 

 

Next step:

CA PAM::. CA SDM Web Service CreateObject - nr - ci - Configuration Item - Process Example 

 

know_more.png

Summary CA Service Management Community 

Service Desk Manager 15 days Implementation 

CABI:: Summary - BOXI for CA SDM 

Summary CA SDM Scoreboard 

ca-service-desk-integration-example-with-servicenow

 

 

Was useful, please leave your feedback!

Statistics
0 Favorited
8 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.