Skip to content

fsjovatsen/nidm-soap-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOAP Driver extention for NetIQ Identity Manager

Implements the modifySubscriberResponse() method in the ByteArrayModifiers interface.

The extention checks if the response from the SOAP ws is XML. If it is not XML it wraps the response in XML.

For more information see:

Install

  • Download the jar file
  • Copy the jar file to the IDM server
  • See documentation on how to configure the extention in the driver

Java class parameter

com.github.idm.drivers.soap.ByteArrayModifiersExt

Init parameter

The format should be secure=false responseElement=response

Key Description Default value
secure true if SOAP service is running on https. For more information see documentation. false
responseElement Name of the element to wrap around the text. Not with <>. response

Build

If you want to build it your self:

  • Create a directry called ´libs´ in the root of the project
  • Copy SOAPShim.jar into libs
  • Run ./gradlew clean build