Skip to main content

Posts

Showing posts from 2013

NetIQ IDM - IDM 4.0.2 AE VDX Webservice By Exmaples SOAP

Currently working on a project where  i need to integrate a 3rd party application with the  identity manager 4.0.2 AE through its exposed SOAP based webservices such as Resource, Role, Workflow and VDX. Things to consider: a)DAL entityKey b)DAL attributeKey c)DAL attribute search  flag ( if you want to query on a attribute). d) Rights VDX Webserivce SOAP by examples: Query: SOAP Request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://www.novell.com/vdx/service">    <soapenv:Header/>    <soapenv:Body>       <ser:queryRequest>          <!--Optional:-->          <!--type: string-->          <ser:arg0>user</ser:arg0>          <!--Optional:-->          <ser:arg1>             <!--Zero or more repetitions:-->             <!--type: string-->             <ser:string>FirstName</ser:string>             <!--type: str