Hi,
Anyone, please help me in adding the Basic Authorization for soap service request in script mode.
Getting the following error with Katalon web service request with/ without adding the Basic Authorization(username & password):
<soap:Fault>
<faultcode>soap:Client
</faultcode>
<faultstring>System.Web.Services.Protocols.SoapException: Missing security token Error code \[c7007bb92a0c4d2d83842f16fe1834fa\].
</faultstring>
<detail />
</soap:Fault>
</soap:Body>
So I wanted to check this by adding the step in script mode
Thanks in advance