Scenario:SOAP Call not sending authorization header
Steps to reproduce:Call a SOAP web Service which accepts a username and password. Authorization header is not being passed resulting in 401 error
Current Behavior: Same as above
Expected Behavior: Authorization header should be passed to target
Studio/Robot/Orchestrator Version: Studio version 2017.1.6522
Last stable behavior:
Last stable version:
OS Version: Windows 2012
Others if Relevant: (workflow, logs, .net version, service pack, etc): Below is fiddler capture where Authorization header is missing
Request
POST http://win-saebppl0j96:8181/ws/CalcWS HTTP/1.1
Content-Type: text/xml; charset=utf-8
SOAPAction: “”
Host: win-saebppl0j96:8181
Content-Length: 312
Accept-Encoding: gzip, deflate
<s:Envelope xmlns:s=“http://schemas.xmlsoap.org/soap/envelope/”><s:Body s:encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“XML Schema”><q1:Initialise xmlns:q1=“urn:blueprism:webservice:calcws”/></s:Body></s:Envelope>
Response
HTTP/1.1 401 Unauthorized
Content-Length: 0
Cache-Control: no-cache
WWW-Authenticate: Basic realm=“BluePrism”