CA Service Management

  • 1.  Impersonate (SOAP)

    Posted Nov 29, 2018 07:59 AM

    Hello people, 

     

    I have a question, someone has a example of how to use this method.

     

    I know that  i have to use this method first LoginServiceManagemend

     

    but i dont understand how use encrypted_policy? how can i use it?

    I need  this SID first for use the impersonate method? or i am wrong?

     

    thanks for your help



  • 2.  Re: Impersonate (SOAP)

    Broadcom Employee
    Posted Nov 29, 2018 10:23 AM

    John,

     

    You would have to extract the key from CASM_POLICY.p12  keystore using an approach like this: SDM WS API: loginServiceManaged(Policy, Encrypted_Policy) 

     

    _R



  • 3.  Re: Impersonate (SOAP)
    Best Answer

    Broadcom Employee
    Posted Nov 29, 2018 10:25 AM

    John, take a look at the java example in SDM-install\samples\sdk\websvc\java\test1_pki and you will know how to use it. Thanks _Chi