login p6, the error message , wss header is missing from request
AuthenticationService authService = new AuthenticationService(); AuthenticationServicePortType authPort = authService.getAuthenticationServiceSOAP12PortHttp(); authPort.login(username, password, 1); The java code is on top, please help
1