IT Process Automation

 View Only

CA PAM::. CA SDM DoSelect reading cr - call_req - Process Example 

Mar 21, 2017 02:17 PM

HowItWorks.jpgCA PAM - Using doSelect for read cr  -  call_req

 

 

 

01. Login

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

 

02. Do Select

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

CA PAM:: How to use Invoke soap 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
  • objectType__
    • "cr"
  • whereClause__
    • "id = 2800"
  • maxRows__
    • 1
  • string__
    • "ref_num"
  • string2__
    • "status"

 

02.D - Call Results

 

 

  

 

 

02.E - Execution Settings - Post-execution code

 

Process.XML = Process[OpName].SelectReturn

Process.ref_num = applyXPath(Process[OpName].SelectReturn, "//AttrName[text()='ref_num']/../AttrValue/text()");
Process.status = applyXPath(Process[OpName].SelectReturn, "//AttrName[text()='status']/../AttrValue/text()");

 

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 

 

 

Examples using DoSelect 

 

 

 

Was useful, please leave your feedback!

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

Tags and Keywords

Related Entries and Links

No Related Resource entered.