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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Store SOAP request fields into context variables

Hello,

Does anyone know how to store the fields contents sent by SOAP request into the context variables?

Here is the xml file my web service is expected to receive, I would like to store the content of base, repertoire, operateur and type into context variables. The content of these fields are Strings.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://www.talend.org/service/">
   <soapenv:Header/>
   <soapenv:Body>
      <ser:INSERT_TEMOperationRequest>
         <base>vdp2013</base>
         <repertoire>b</repertoire>
         <operateur>c</operateur>
         <type>d</type>
      </ser:INSERT_TEMOperationRequest>
   </soapenv:Body>
</soapenv:Envelope>

Regards,

Labels (4)
1 Reply
Anonymous
Not applicable
Author

I just realized I posted my message in the wrong discussion, is possible to move it or delete it?