IT Process Automation

 View Only
  • 1.  PAM SOAP OPERATOR NOT ACCEPTING DYNAMIC VALUES TO UPDATE STATUS

    Posted Nov 26, 2019 08:10 AM
    I have done integration with third party software with CA PAM 4.3.
    Third party application  is creating a Change order in CA SERVICE DESK and third party inserting its unique number( this unique number is used to update the record in third party application)
    I am trying to update the status of third party application using SOAP operator. When I pass static parameters in dynamic parameter list its accepting the dynamic parameters values. But when I use any datasets values ( dynamic values) like Process.ticket_number, it's not accepting. Because ticket_ number will be different( dynamic value) everytime a new request is opened.

    Any idea how to do it. Your help will be of great help to me.


  • 2.  RE: PAM SOAP OPERATOR NOT ACCEPTING DYNAMIC VALUES TO UPDATE STATUS

    Broadcom Employee
    Posted Nov 27, 2019 01:58 AM
    What is the error message displayed.


  • 3.  RE: PAM SOAP OPERATOR NOT ACCEPTING DYNAMIC VALUES TO UPDATE STATUS

    Posted Nov 27, 2019 03:53 AM
    Must match the datatype of both the dataset variable the  dynamic variable datatype. 
    Can you post the SOAP operator dynamic variable configuration details.

    Venkat


  • 4.  RE: PAM SOAP OPERATOR NOT ACCEPTING DYNAMIC VALUES TO UPDATE STATUS

    Posted Nov 27, 2019 06:47 AM



  • 5.  RE: PAM SOAP OPERATOR NOT ACCEPTING DYNAMIC VALUES TO UPDATE STATUS
    Best Answer

    Posted Nov 27, 2019 07:21 AM
    Just user the process variable, don't place dynamic (process variable) in double quotes. ensure have value in "process.x"  your variable

    Configuration



  • 6.  RE: PAM SOAP OPERATOR NOT ACCEPTING DYNAMIC VALUES TO UPDATE STATUS

    Posted Nov 27, 2019 06:48 AM
    Both are string type only.


  • 7.  RE: PAM SOAP OPERATOR NOT ACCEPTING DYNAMIC VALUES TO UPDATE STATUS

    Posted Nov 27, 2019 06:51 AM
    Inline parameters



  • 8.  RE: PAM SOAP OPERATOR NOT ACCEPTING DYNAMIC VALUES TO UPDATE STATUS

    Posted Nov 27, 2019 06:52 AM