Re: [Dev] Exception when creating a tenant with TenantMgtAdminService

2016-09-22 Thread wenxzhen
t;; Send time: Thursday, Sep 22, 2016 10:38 PM To: "wenxzhen"<wenxing.zh...@qq.com>; Cc: "dev"<dev@wso2.org>; Subject: Re: [Dev] Exception when creating a tenant with TenantMgtAdminService Hi Wenxing, Additionally, can you try setting the following parameters as well, -

Re: [Dev] Exception when creating a tenant with TenantMgtAdminService

2016-09-22 Thread Omindu Rathnaweera
Hi Wenxing, Additionally, can you try setting the following parameters as well, - adminPassword - firstname - lastname Regards, Omindu On Thu, Sep 22, 2016 at 5:46 PM, wenxzhen wrote: > paste the codes to do the addTenant for reference: > > String cookie =

Re: [Dev] Exception when creating a tenant with TenantMgtAdminService

2016-09-22 Thread wenxzhen
paste the codes to do the addTenant for reference: String cookie = WSO2AuthenticationAdmin.getCookie(); TenantMgtAdminServiceStub tenantMgtStub = null; tenantMgtStub = new TenantMgtAdminServiceStub(CommonConfig.TENANT_ADMIN_ENDPOINT); Options option =