I created a web service that uses basic authentication in JDeveloper 11.1.1.4.
When I test my application using the client application, it runs correctly, so I know that the authentication mechanism has no problems.
How do I pass authentication data to an HTTP analyzer by right-clicking on Webservices and selecting Test Web Service ?
I tried passing credentials via SOAP Headers > :WS-Security:Header as shown below, but not working

I also tried to authenticate using the Credentials option as shown below

In both cases, I get this error 500 HTTP Analyzer Server Error The server sent HTTP status code 401: Unauthorized: .....
How can I overcome this? Thanks
UPDATE
I also tried passing the Authentication Request HTTP Headers parameter, but I get an error:
Error 403 - Forbidden From RFC 2068 Hypertext Transfer Protocol - HTTP / 1.1: 10.4.4 403 Forbidden The server understood the request, but refuses to fulfill it. Authorization will not help, and the request MUST NOT be repeated. If the request method was not HEAD, and the server wants to report why the request was not executed, it MUST describe the reason for the failure in essence. This status code is usually used when the server does not want to determine exactly why the request was rejected, or when another response is not applicable.
source share