Symantec Access Management

  • 1.  How to get Task Status through TEWS Webservice

    Posted Aug 11, 2015 01:52 PM

    I am trying to get task status through TEWS web service based on Transaction ID.

     

    But I am getting 400 - Not Authenticated for the User.

     

    I am able to submit other web service which is authorized for this user without any issues.

     

    I tried to find task, But I could not find any task with name "TaskStatus" to assign access to him.

     

    is there any admin role or task that I need to authorize for this user? (he does not have system manager privileges and not super admin.)



  • 2.  Re: How to get Task Status through TEWS Webservice

    Posted Aug 19, 2015 12:19 PM

    The task you should be calling is TaskStatusQuery and you should be providing the transaction ID to it.

     

    All the sample code that we provide for TEWS is available in your Tools folder under

     

    C:\Program Files (x86)\CA\Identity Manager\IAM Suite\Identity Manager\tools\samples\WebService

     

    The task TaskStatusQuery is the same as View Submitted Tasks, so the user should have permissions to use that task.