Sun Java System Application Server Platform Edition 8.2 Release Notes

WS security: appclient container is not properly integrated with JAXRPC client runtime. (ID 6325469)

The application client does not pass the user name and password to another Web Service client.

Solution

Pass the user name/password combination, if required, explicitly to the client program, as follows:

((Stub)yourWSPort)._setProperty(Stub.USERNAME_PROPERTY, "yourUsername");
((Stub)yourWSPort)._setProperty(Stub.PASSWORD_PROPERTY, "yourPassword");