Updating SOAP Gateway callout properties

You can update SOAP Gateway callout properties by using the SOAP Gateway management utility.

Gracefully stop the thread pool before modifying the SOAP Gateway callout properties. Modifying the callout properties of a server with an active thread pool or callout threads can result in unexpected behavior.

The callout properties define how the SOAP Gateway server handles callout message processing and error conditions.

To update SOAP Gateway callout properties:

  1. Verify that the thread pool is stopped with the iogmgmt -view -calloutthreads command.
  2. Issue the iogmgmt -callout -updateprop command to modify callout properties.
  3. Optional: Verify the update with the iogmgmt -view -calloutproperties command.
  4. Restart the thread pool with the iogmgmt -callout -startpool command, and then restart all callout threads with the iogmgmt -callout -startall command.
Callout message processing resumes with the updated properties.