When using SOAP in CA Identity Manager PX (Policy Xpress) to access a remote xml service, the PX completes without error but the service is not invoked. Doing the same thing in SOAP UI results in the correct behavior.
Release : 14.4.x
Component : IdentitySuite (IDENTITY SUITE)
Configuration issue.
The TEWS handler will filter out the namespace in the soap body so it doe need to be set in the namespace field. This needs to match the xmlns format seen in the body, for example
" xmlns:soap="https://soap.myservice.com/"
(see the example below).