Hi,
I've stand alone WS
java client. I am passing the user name and password through UserName token in the
SOAP request. But the login fails as am not added in the User registry on the server side and UserRegistry verification fails.
Excpetion is as shown below:
I wanted to know if it is possible to authenticate user without adding him/her in the user registry on the server side?
When I make the WS call from web client, there is one URL which authenticates the current user (the same user which is I use in stand alone java client implementation) temporarily and then I can call WS successfully in the same browser window(only). But am not exactly sure how they authenticate user.
Could you please help me out?
Thanks,
Amol.