Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

CorrelationID from SOAP:Header

Hi,

 

we are parsing Correlation identificators from SOAP:Body through policy assertions and store it into CorrelationID element in SOAP:Header (which gets logged into DB with SAM). Is it possible to parse parameters also from SOAP:Header?

 

<?xml version="1.0" encoding="UTF-8" ?>
<wsp0683p000009MAB6.pngolicy Name="wspolicy_schema_correlation_id" xmlns:wsp="http://www.w3.org/ns/ws-policy">
    <wsp:ExactlyOne>
        <wsp:All>
            <tpa:CorrelationID xmlns:tpa="http://types.talend.com/policy/assertion/1.0" type="xpath" name="docID">
                <tpa0683p000009MAB6.pngart name="docID" optional="true" xpath="/*/*[local-name()='docID']" />
            </tpa:CorrelationID>
        </wsp:All>
    </wsp:ExactlyOne>
</wsp0683p000009MAB6.pngolicy>

 

<soap:Envelope>

  <soap:Header />

  <soap:Body>

    <docRequest>

      <docID>ds4789dsa45</docID>
      ......

    </docRequest>

  </soap:Body>

</soap:Envelope>

Labels (1)
  • Other

1 Reply
Anonymous
Not applicable
Author

Hi mpelikan I see the SOAP:Header is empty in your example. I think i don't understand your request well. Are you trying to extract data from a response string or calling a SOAP web service? Can you please explain it a little bit? Regards Shong