[Dev] Authentication and Authorization

2017-07-10 Thread Lipsa Pradhan
Hello All,

How can I authorize and authenticate different users in WSO2 Enterprise
Integrator?

Actually I want to assign task to different users via a BPEL or a BPMN, but
those users must log in using their credentials and must obtain an access
token to access their tasks.

Is it possible to do so?

Thanks in Advance!

Regards
Lipsa Pradhan
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Invoking Human Task in BPEL

2017-06-30 Thread Lipsa Pradhan
Thanks for the docs... But is there any document either for the process of
triggering a Human Task from a BPEL or for adding a RemoteTask in a BPEL.

On Fri, Jun 30, 2017 at 11:56 AM, Heshitha Hettihewa 
wrote:

> Hi Lipsa,
>
> For this you should install BPS Tooling pack as described in this doc[1].
> There is a human task editor which can be used to create a human task
> easily. You can find a step by step guide in here[2]. More over you can use
> the BPEL editor to create a BPEL and you can find a guide to create a BPEL
> using developer studio here[3]. With these you can create your own BPEL and
> human task artifacts.
>
> [1]. https://docs.wso2.com/display/BPS360/Installing+the+BPS+
> Tooling+Plug-In
> [2]. https://docs.wso2.com/display/BPS360/Writing+a+Human+Task+
> Artifact+using+the+Editor
> [3]. https://docs.wso2.com/display/BPS360/Creating+a+BPEL+Process
>
> Thanks.
>
> On Fri, Jun 30, 2017 at 11:23 AM, Lipsa Pradhan  adnatesolutions.com> wrote:
>
>> Hi everyone
>>
>> I want to know the procedure of creating a human task in a BPEL, which is
>> being created in developer studio. Actually, in the
>> avalable documentations, there is a single example of ClaimApprovalTask
>> everywhere. That too, not from scratch, we are supposed to deploy the files
>> from samples folder directly.
>>
>> So, can anyone provide me documentation for the BPEL Creation with
>> Humantask in developer studio?
>>
>> Thanks in advance!
>>
>> Warm Regards
>> Lipsa Pradhan
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Heshitha Hettihewa
> *Software Engineer*
> Mobile : +94716866386
> <%2B94%20%280%29%20773%20451194>
> heshit...@wso2.com
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Multiple DataBases

2017-06-29 Thread Lipsa Pradhan
Thank you so much, its done now...

On Thu, Jun 29, 2017 at 2:07 PM, Danushka Fernando 
wrote:

> Hi Lipsa
> Can you attach the secondary user store configuration you tried with.
>
> Thanks & Regards
> Danushka Fernando
> Associate Tech Lead
> WSO2 inc. http://wso2.com/
> Mobile : +94716332729
>
> On Thu, Jun 29, 2017 at 2:05 PM, Lipsa Pradhan  adnatesolutions.com> wrote:
>
>> I had tried doing this but I didn't get any positive result.
>>
>> I had added mysqlconnector to the lib folder but still, I didn't get any
>> healthy connection on the server when I added Mysql RDBMS as external
>> datasource. Then I switch the master datasource to MySQL and then it worked
>> properly.
>>
>> On Thu, Jun 29, 2017 at 1:55 PM, Danushka Fernando 
>> wrote:
>>
>>> Hi Lipsa
>>> Please use reply all option when you reply.
>>> For JDBC secondary userstores you dont need to add anything to master
>>> datasources. You can configure connection details in carbon UI itself.
>>> Which will not need any restart or anything. BTW you will need to add the
>>> driver jar file to repository/components/lib and restart.
>>>
>>> Thanks & Regards
>>> Danushka Fernando
>>> Associate Tech Lead
>>> WSO2 inc. http://wso2.com/
>>> Mobile : +94716332729 <+94%2071%20633%202729>
>>>
>>> On Thu, Jun 29, 2017 at 1:21 PM, Lipsa Pradhan <
>>> lipsa.prad...@adnatesolutions.com> wrote:
>>>
>>>> I have tried this one also nut the issue is:
>>>> If I want to add a database of MySQL, I have to switch the master
>>>> datasource to MySQL as well. But I don't want this.
>>>>
>>>> I want to know if I can fetch data from MySQL and Oracle without switch
>>>> the master datasource from H2 database.
>>>>
>>>> On Thu, Jun 29, 2017 at 11:43 AM, Danushka Fernando >>> > wrote:
>>>>
>>>>> I think you are looking for [1]. You can configure multiple secondary
>>>>> userstores.
>>>>>
>>>>> [1] https://docs.wso2.com/display/ADMIN44x/Configuring+Secon
>>>>> dary+User+Stores
>>>>>
>>>>> Thanks & Regards
>>>>> Danushka Fernando
>>>>> Associate Tech Lead
>>>>> WSO2 inc. http://wso2.com/
>>>>> Mobile : +94716332729 <+94%2071%20633%202729>
>>>>>
>>>>> On Thu, Jun 29, 2017 at 11:39 AM, Lipsa Pradhan <
>>>>> lipsa.prad...@adnatesolutions.com> wrote:
>>>>>
>>>>>> User related data..
>>>>>>
>>>>>> On Thu, Jun 29, 2017 at 11:23 AM, Danushka Fernando <
>>>>>> danush...@wso2.com> wrote:
>>>>>>
>>>>>>> Hi Lipsa
>>>>>>> What kind of data you want to fetch from those dbs? Do you want to
>>>>>>> expose data as service or do you want to fetch some user related data 
>>>>>>> from
>>>>>>> those dbs?
>>>>>>>
>>>>>>> Thanks & Regards
>>>>>>> Danushka Fernando
>>>>>>> Associate Tech Lead
>>>>>>> WSO2 inc. http://wso2.com/
>>>>>>> Mobile : +94716332729 <+94%2071%20633%202729>
>>>>>>>
>>>>>>> On Thu, Jun 29, 2017 at 11:15 AM, Lipsa Pradhan <
>>>>>>> lipsa.prad...@adnatesolutions.com> wrote:
>>>>>>>
>>>>>>>> Hello All,
>>>>>>>>
>>>>>>>> Can we connect different databases to EI server?
>>>>>>>>
>>>>>>>> Actually, I want to fetch data from different DB such as some from
>>>>>>>> MySQL, some from Oracle and so on.
>>>>>>>>
>>>>>>>> And one more thing, I don't want to change the default DB i.e, the
>>>>>>>> H2 DB and want to fetch data from different DBs (maybe as external DB 
>>>>>>>> , if
>>>>>>>> possible).
>>>>>>>>
>>>>>>>> Regards
>>>>>>>> Lipsa Pradhan
>>>>>>>>
>>>>>>>> ___
>>>>>>>> Dev mailing list
>>>>>>>> Dev@wso2.org
>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Invoking Human Task in BPEL

2017-06-29 Thread Lipsa Pradhan
Hi everyone

I want to know the procedure of creating a human task in a BPEL, which is
being created in developer studio. Actually, in the
avalable documentations, there is a single example of ClaimApprovalTask
everywhere. That too, not from scratch, we are supposed to deploy the files
from samples folder directly.

So, can anyone provide me documentation for the BPEL Creation with
Humantask in developer studio?

Thanks in advance!

Warm Regards
Lipsa Pradhan
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Multiple DataBases

2017-06-29 Thread Lipsa Pradhan
I had tried doing this but I didn't get any positive result.

I had added mysqlconnector to the lib folder but still, I didn't get any
healthy connection on the server when I added Mysql RDBMS as external
datasource. Then I switch the master datasource to MySQL and then it worked
properly.

On Thu, Jun 29, 2017 at 1:55 PM, Danushka Fernando 
wrote:

> Hi Lipsa
> Please use reply all option when you reply.
> For JDBC secondary userstores you dont need to add anything to master
> datasources. You can configure connection details in carbon UI itself.
> Which will not need any restart or anything. BTW you will need to add the
> driver jar file to repository/components/lib and restart.
>
> Thanks & Regards
> Danushka Fernando
> Associate Tech Lead
> WSO2 inc. http://wso2.com/
> Mobile : +94716332729
>
> On Thu, Jun 29, 2017 at 1:21 PM, Lipsa Pradhan  adnatesolutions.com> wrote:
>
>> I have tried this one also nut the issue is:
>> If I want to add a database of MySQL, I have to switch the master
>> datasource to MySQL as well. But I don't want this.
>>
>> I want to know if I can fetch data from MySQL and Oracle without switch
>> the master datasource from H2 database.
>>
>> On Thu, Jun 29, 2017 at 11:43 AM, Danushka Fernando 
>> wrote:
>>
>>> I think you are looking for [1]. You can configure multiple secondary
>>> userstores.
>>>
>>> [1] https://docs.wso2.com/display/ADMIN44x/Configuring+Secon
>>> dary+User+Stores
>>>
>>> Thanks & Regards
>>> Danushka Fernando
>>> Associate Tech Lead
>>> WSO2 inc. http://wso2.com/
>>> Mobile : +94716332729 <+94%2071%20633%202729>
>>>
>>> On Thu, Jun 29, 2017 at 11:39 AM, Lipsa Pradhan <
>>> lipsa.prad...@adnatesolutions.com> wrote:
>>>
>>>> User related data..
>>>>
>>>> On Thu, Jun 29, 2017 at 11:23 AM, Danushka Fernando >>> > wrote:
>>>>
>>>>> Hi Lipsa
>>>>> What kind of data you want to fetch from those dbs? Do you want to
>>>>> expose data as service or do you want to fetch some user related data from
>>>>> those dbs?
>>>>>
>>>>> Thanks & Regards
>>>>> Danushka Fernando
>>>>> Associate Tech Lead
>>>>> WSO2 inc. http://wso2.com/
>>>>> Mobile : +94716332729 <+94%2071%20633%202729>
>>>>>
>>>>> On Thu, Jun 29, 2017 at 11:15 AM, Lipsa Pradhan <
>>>>> lipsa.prad...@adnatesolutions.com> wrote:
>>>>>
>>>>>> Hello All,
>>>>>>
>>>>>> Can we connect different databases to EI server?
>>>>>>
>>>>>> Actually, I want to fetch data from different DB such as some from
>>>>>> MySQL, some from Oracle and so on.
>>>>>>
>>>>>> And one more thing, I don't want to change the default DB i.e, the H2
>>>>>> DB and want to fetch data from different DBs (maybe as external DB , if
>>>>>> possible).
>>>>>>
>>>>>> Regards
>>>>>> Lipsa Pradhan
>>>>>>
>>>>>> ___
>>>>>> Dev mailing list
>>>>>> Dev@wso2.org
>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Multiple DataBases

2017-06-28 Thread Lipsa Pradhan
Hello All,

Can we connect different databases to EI server?

Actually, I want to fetch data from different DB such as some from MySQL,
some from Oracle and so on.

And one more thing, I don't want to change the default DB i.e, the H2 DB
and want to fetch data from different DBs (maybe as external DB , if
possible).

Regards
Lipsa Pradhan
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Endpoint of the deployed BPMN

2017-06-28 Thread Lipsa Pradhan
Hello guys

I am using WSO2 EI. I have designed a bpmn in developer studio and deployed
it on the EI server. Now I'm unable to find any endpoint of that BPMN.

Where can I get or find either the endpoint or the service URL of the
deployed BPMN?

Regards
Lipsa Pradhan
Intern
Adnate IT Solutions
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] To invoke a human task from a BPEL

2017-06-28 Thread Lipsa Pradhan
Hello Everyone

I want to invoke a Human task (Remote Task of bpel4people) in a BPEL but
the docs available explain how to do it after deploying the samples on the
EI server, not from the scratch.

Is there any sort of doc available which explain everything from designing
a bpel, adding a human task to deploying it on the server?

Thanks in advance!

Regards
Lipsa Pradhan
Intern
Adnate IT Solutions
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Issue in Proxy service

2017-06-20 Thread Lipsa Pradhan
Thanks for the advice.

I had already tried this out. Actually now I am getting output using the
following endpoint :
"
https://localhost:8243/services/fetchEmpNewProxy.fetchEmpNewProxyHttpsSoap12Endpoint
"

But when I use 
"https://*[machine-name]*:8243/services/fetchEmpNewProxy.fetchEmpNewProxyHttpsSoap12Endpoint";
endpoint using the "machine-name" I am getting an error message that
"Enable to validate SSL certificate for https://
[machine-name]:8243/services/fetchEmpNewProxy.fetchEmpNewProxyHttpsSoap12Endpoint"

On Tue, Jun 20, 2017 at 12:19 PM, Nuwan Wimalasekara 
wrote:

> Hi Lipsa,
>
> In your service configuration, You have enabled only https transport as
> the transport of the service. You have to either enable to http transport
> for the service or send the https request instead of http request from the
> client.
>
> Thanks,
> Nuwanw
>
> On Tue, Jun 20, 2017 at 10:56 AM, Lipsa Pradhan  adnatesolutions.com> wrote:
>
>> Hello everyone,
>>
>> I had made a proxy service of one my dataservices. But I'm facing the
>> following error :
>>
>> 
>>   Expected transport is "https" but incoming 
>> transport found : "http" 
>> 
>>
>>
>> How to resolve this?
>>
>> Regards
>> Lipsa Pradhan
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Nuwan Wimalasekara
> Associate Technical Lead
> WSO2, Inc.: http://wso2.com
> lean. enterprise. middleware
>
> phone: +94 71 668 4620
>
>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Issue in Proxy service

2017-06-19 Thread Lipsa Pradhan
Hello everyone,

I had made a proxy service of one my dataservices. But I'm facing the
following error :


  Expected transport is "https" but
incoming transport found : "http" 



How to resolve this?

Regards
Lipsa Pradhan
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Problem in authentication

2017-06-19 Thread Lipsa Pradhan
Hello

I am using Enterprise Integrator. I want to authorise customised users,
using authentication service to have access tokens. I had tried "proxy
service" method for this. But it isn't working.

How can I do this?


I'm getting this while firing the proxy service.

http://www.w3.org/2003/05/soap-envelope";
xmlns:axis2ns7="http://www.w3.org/2003/05/soap-envelope";>
  
  axis2ns7:Sender
  
http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";>wsse:InvalidSecurity
  


  Expected transport is "https" but
incoming transport found : "http" 



___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Isseues

2017-06-19 Thread Lipsa Pradhan
I have many doubts. Can I have someone's mail ID or contact number to have
a one-on-one conversation.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev