How to get the directory path in the service implementation code

2011-07-11 Thread jing
I want something which can get /var/www/webapps/axis2. Do you have any idea? Any suggestion and comment will be highly appreciated. Regards, Jing - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For addition

How to get username/password on the service side by using rampart

2011-08-16 Thread jing
, "check failed"); } } } It seems his code can get the password on service's CallbackHandler. Do you have any idea why i can't get the password on the service side? Thank you very much! Regards, Jing By the way, my client code is: /** * Cons

Calling an axis-1.3 service inside an axis-1.4 service

2011-08-22 Thread jing
as.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> http://ecoinformatics.org/authenticationservice-1.0.0";> uid=kepler,o=unaffil

Need help on rampart

2011-08-23 Thread jing
cute()? Thank you very much. By the way, Thilina Mahesh Buddhika suggested me to use the policy in rampart for my previous issue - how to get username/password in the call-back handler class. It works well. I tried to sent that email to the mailing list, but failed.

Can the policy of rampart support multiple users?

2011-09-12 Thread jing
only use one user in this policy? If i can use multiple users, would you mind telling me how to do so? I tried to repeat , it seemed not working since I only see one user was printed out in the handle (Callback[] callbacks) method of PWHandlerClient class. Thank you very muc

Re: Can the policy of rampart support multiple users?

2011-09-14 Thread jing
Thank you, Amila and Thilina! It is very helpful. Besides the programmatically setting the username, can we set in the configuration file directly? Regards, Jing On 09/14/2011 01:01 AM, Amila Suriarachchi wrote: you can use the

Re: Can the policy of rampart support multiple users?

2011-09-14 Thread jing
Hi, Brando: I got it. Thank you very much! Regards, Jing On 09/14/2011 10:46 AM, brando.argue...@gdc4s.com wrote: Probably not as you require to have multiple users authenticated. You can still