Hi all,
we have been using REST APIs for quite a while and we came across SOAP. I searched the forum for more guide lines, but nothing helped.
I have a SOAP request which i am running using SOAP UI. The request works only with the Authentication option "Authenticate pre-emptively" ticked, "Use global preference" is not working. Do you know how to replicate it to HTTP Request? We also tried to replicate the request in Postman, but we came across the same issue.
I tried to use adding headers,
Adding headers:
Blue Prism CommunityUsing HTTP Request:
Blue Prism CommunityThank you for any advice.
Jiri
SOAP Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cis="http://www.i2.com/cis">
<soapenv:Header/>
<soapenv:Body>
<cis:processLoadRetrieve>
<cis:SystemLoadID>32274644</cis:SystemLoadID>
</cis:processLoadRetrieve>
</soapenv:Body>
</soapenv:Envelope>
HTTP Request
Pre-emptive auth
------------------------------
Jiri Husner
------------------------------