Re: [Dev] WSO2 registry query

2018-12-07 Thread Aman Singh
Thanks Pasindu for your inputs. Will implement and update you accordingly. Thank you, Aman On Fri, 7 Dec 2018, 17:28 Pasindu Jayaweera Hi Aman, > > Option 1: > There is a set of REST APIs to do CURD operations with the registry. You > can access the registry using that. > In order to enable the

Re: [Dev] WSO2 registry query

2018-12-07 Thread Pasindu Jayaweera
Hi Aman, Option 1: There is a set of REST APIs to do CURD operations with the registry. You can access the registry using that. In order to enable the APIs, you have to add the webapp which will enable the REST API for registry as described in

Re: [Dev] Using clone and aggregator in the same sequence

2018-12-07 Thread Lahiru Sandaruwan
On Fri, Dec 7, 2018 at 5:18 AM Lahiru Sandaruwan wrote: > Hi, > > We do not have any samples at [1] for $subject. They all show having > splitting requests in InSequence and aggregation in outSequence. > > Q1, Is this recommended? > Q2, If yes, shall we an a sample? > > For example, > > >

[Dev] Using clone and aggregator in the same sequence

2018-12-07 Thread Lahiru Sandaruwan
Hi, We do not have any samples at [1] for $subject. They all show having splitting requests in InSequence and aggregation in outSequence. Q1, Is this recommended? Q2, If yes, shall we an a sample? For example, * // do something*

[Dev] WSO2 registry query

2018-12-07 Thread Aman Singh
Hi Devs, In WSO2 ESB we can get the data that we have stored in registry. Is it also possible that we can upload some data in registry with the help of WSO2 ESB? or we have to manually upload the data in registry like we usually do? Thank you, Aman.