Java: Getting HTTP Authorization headers for SOAP

1
How does one get access to HTTP headers to validate Authorization/JWT tokens for SOAP (Webservices)? It seems that we can’t get the HTTP Request object from the Java or Server Runtime using something like: String authorization = getContext().getRuntimeRequest().get().getHttpServletRequest().getHeader("Authorization"); UPDATE: We also tried the sudoContext to no avail. If I’m not mistaken, this worked in Mx6
asked
0 answers