Re: [Dev] Invoking UserRegistrationAdminServiceClient inside a jsp

2016-10-02 Thread Denuwanthi De Silva
Hi Gayan, Thank you . Yes it is working with SOAPUI when using the value provided by you. With the help of Gayan I could get it working after removing a depndency for user registration stub in the pom file of the webapp. Thanks, On Sun, Oct 2, 2016 at 11:18 AM, Gayan Gunawardana

Re: [Dev] Invoking UserRegistrationAdminServiceClient inside a jsp

2016-10-02 Thread Denuwanthi De Silva
Hi Rajith, Yes I tried TenantDataManager.init(). The NPE went away, but the call for backend service did not happen. When checkd for the admin service in the server startup i couldn't find it.I'm checking why the admin service is missing Thanks, On Sun, Oct 2, 2016 at 11:18 AM, Gayan

Re: [Dev] Invoking UserRegistrationAdminServiceClient inside a jsp

2016-10-01 Thread Gayan Gunawardana
On Sat, Oct 1, 2016 at 3:42 PM, Denuwanthi De Silva wrote: > Hi, > > I have added a custom jsp class inside the authenticationendpoint webapp. > Inside that jsp class I'm trying to call the ' > readUserFieldsForUserRegistration()' method in ' >

[Dev] Invoking UserRegistrationAdminServiceClient inside a jsp

2016-10-01 Thread Denuwanthi De Silva
Hi, I have added a custom jsp class inside the authenticationendpoint webapp. Inside that jsp class I'm trying to call the 'readUserFieldsForUserRegistration()' method in 'UserRegistrationAdminServiceClient' class. I have importyed the class using <%@page