Symantec IGA

  • 1.  WSDL Standard

    Posted Jul 23, 2015 01:51 PM

    Hi,

     

    I have a question on CA Identityminder WSDL. We are using WSDL for below tasks

    Create user/Password

    Update user

    Reset password

    Change password

    Forgot password

    Search User

     

    Question is,

     

    (1) What WSDL Standars does IDM Follow for the above tasks?

     

    (2) If we have to use IFX(Interactive Financial Exchange) standards for above WSDL's how to achieve it?



  • 2.  Re: WSDL Standard

    Posted Jul 30, 2015 04:01 AM

    1.  HTTP 1.x POST request using SOAP message that you develop with WSDL Language generated by IDM, you can:

    • Search for Objects (Search for User)
    • Query the object you searched for
    • Execute Tasks that you have enabled for TEWService  (such as Create User, Update User).

    2. I have no idea about IFX.....



  • 3.  Re: WSDL Standard

    Posted Aug 03, 2015 11:10 AM

    Hi Daniel .. My first question is, What WSDL Standars does IDM Follow for the above tasks?



  • 4.  Re: WSDL Standard

    Posted Aug 03, 2015 09:09 AM

    Hi, regarding your first question, is it possible to configure TEWS to be compliant with the WS-I standard. From CA doc:


    Programming Guides › Programming Guide for Java › Task Execution Web Service › Web Service Configuration › Web Services Properties Screen

    ....

     

    Generate WSDL in WS-I form (Note: your existing TEWS code may need to be modified.)

    When selected, specifies that the WSDL file is written compliant with the WS-I standard. By default, this setting is not enabled.

    Note: None of the TEWS sample applications use this format.

    ....

     

    Hope it helps, Roberto