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:
- Download the jar file
- Copy the jar file to the IDM server
- See documentation on how to configure the extention in the driver
com.github.idm.drivers.soap.ByteArrayModifiersExt
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 |
If you want to build it your self:
- Create a directry called ´libs´ in the root of the project
- Copy
SOAPShim.jar
intolibs
- Run
./gradlew clean build