Symantec IGA

 View Only

Soap request example with wss auth invoke using PX policy

  • 1.  Soap request example with wss auth invoke using PX policy

    Posted Jan 05, 2022 09:39 AM
    Hi Guys,
    we created PX policy to send soap request tp call 3rd party authentication software. Its working fine when we use basic auth invoke.

    Customer wants to change it to WSS auth invoke, when we change it we are getting following error.

    Execute SOAP Query: Generated By Policy Xpress: Failed to execute ExecuteSoapWebserviceEvent. ERROR MESSAGE: SOAPFaultException:HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.

    When I change it to WSS auth invoke there is following note in description: Please note that the SOAP request must only contain the body without envelope elements.

    So i just removed envelope and header tags and leave only:
    <soap:Body>
    ....
    </soap:Body>

    That not helped, i am getting same error.

    Any idea how soap request message should look like when you use WSS Auth Invoke in PX?

    Thank you for any help!

    Regards.

    Martin