IT Process Automation

CA PAM::. CA SDM Web Service DoSelect - loc and ca_location 

Feb 14, 2017 08:05 AM

HowItWorks.jpgCA SDM Web Service - Reading a location

 

 

 

CA PAM:: How to use Invoke soap Method? 

 

01. Login

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

02. Do Select

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

02.A - Connect with CA SDM Webservice

CA SDM::. Qual é o endereço do Webservice - SOAP? 

02.B - Inline text

02.C - Dynamic Parameters

 

  • sid_
    • Process.SessionID
  • object__
    • "loc"
  • whereClause__
    • "delete_flag= 0"  OR  "name=<your location>"
  • maxRows
    • -1  (return all records)   / OR type how many records
  • string__   (type how namy fields do you need)
    • id
  • string2__
    • id

 

02.D - Call Results

 

 

02.E - Execution Settings - Post-execution code

 

Process.XML = Process[OpName].SelectReturn

 

03 Apply_xpath

CA PAM::. How to read a XML file - applyXPath Function 

 

03.A Apply_xpath.XML Data Extraction

 

 

 

03.B Execution Settings.Post-execution Code

 

Process.intSize = Process[OpName].AttrValue.length;
Process.Handle = Process[OpName].Handle;

 

 

04. Logout

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

 

know_more.png

Summary CA Process Automation 

Summary CA Service Management Community 

Service Desk Manager 15 days Implementation 

CABI:: Summary - BOXI for CA SDM 

Summary CA SDM Scoreboard 

CA PAM::. How to read a XML file - applyXPath Function 

 

 

 

Was useful, please leave your feedback!

Statistics
0 Favorited
3 Views
1 Files
0 Shares
2 Downloads
Attachment(s)
zip file
CASDM_DoSelect_LocationB.xml.zip   20 KB   1 version
Uploaded - May 29, 2019

Related Entries and Links

No Related Resource entered.