09-17-2022 12:10 PM
Hi Experts,
I'm trying to consume a SOAP WS that have <soapenv:Header> and also the <soapenv:Body> parts, but it seems that I can access only the Body part when I set the SOAP Element parameters names and values.
Is there any way I can set the XML below using the standard SOAP Element? Any suggestions?
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:partner.soap.sforce.com">
<soapenv:Header>
<urn:SessionHeader>
<urn:sessionId>my session id</urn:sessionId>
</urn:SessionHeader>
</soapenv:Header>
<soapenv:Body>
<urn:query>
<urn:queryString>my query here</urn:queryString>
</urn:query>
</soapenv:Body>
</soapenv:Envelope>
Best Regards,
Heber Olivar
-
09-27-2022 09:52 PM
Hello,
This feature is not available in standard product. I'm not sure, but I think that could be doable via customizer if needed.
BR,
Jukka