[Dev] Is it possible to commit in database using dataservice in batches of certain number of records , instead of commiting all records at once? please guide.

2018-07-12 Thread vikram nayak
Hi Sir, Suppose I have 5 records to be commited to a database using wso2 batch option in dataservice. Is it possible to commit records in batch of 500 at a time , instead of committing all 5 records at a time, using wso2 dataservice. With

Re: [Dev] File connector why ? when vfs is there.

2018-03-22 Thread vikram nayak
 https://docs.wso2.com/display/ESBCONNECTORS/Working+with+the+File+Connector Thanks,Himasha On Thu, Mar 22, 2018 at 5:56 PM, vikram nayak <nayak.vikr...@yahoo.in> wrote: Hi , When we have vfs proxies which could do both reading and writing of file ? Why there is File connector as well?Doe

[Dev] File connector why ? when vfs is there.

2018-03-22 Thread vikram nayak
Hi , When we have vfs proxies which could do both reading and writing of file ? Why there is File connector as well?Does it provide anything extra. Thanks,Vikram___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Removing root element above an array in wso2. Please guide

2018-01-21 Thread vikram nayak
On Sunday, 21 January 2018 8:14 PM, vikram nayak <nayak.vikr...@yahoo.in> wrote: Hi All,, I have output like below from my xslt : http://schemas.xmlsoap.org/soap/envelope/;> 40 car 2019-01-17T00:00:00 37 table 2019-01-17T00:00:00 35 book 2019-01-17T00:00:00 26 bo

[Dev] Removing root element above an array in wso2. Please guide

2018-01-21 Thread vikram nayak
Hi All,, I have output like below from my xslt : http://schemas.xmlsoap.org/soap/envelope/;> 40 car 2019-01-17T00:00:00 37 table 2019-01-17T00:00:00 35 book 2019-01-17T00:00:00 26 box 2019-01-17T00:00:00 which gets converted into below json in postman : {    "Result": {       

Re: [Dev] Enrich mediator inside for-each not working properly. Please guide

2018-01-17 Thread vikram nayak
Hi, Please let me know if I am not clear or any more input is required from my side. Thanks. On Wednesday, 17 January 2018 10:00 AM, vikram nayak <nayak.vikr...@yahoo.in> wrote: Hi, Apologies I am raising the same issue again but this time with improved subject and content.

[Dev] Enrich mediator inside for-each not working properly. Please guide

2018-01-16 Thread vikram nayak
Hi, Apologies I am raising the same issue again but this time with improved subject and content.Please consider what I have tried so far and Please Guide. I have to add(suffix) a random number, to the values present in below tags in input request xml. 1) _JsonReader_PS_id2) _JsonReader_PS_ref

Re: [Dev] Adding values to a field in request using enrich mediator

2018-01-16 Thread vikram nayak
ly the value at line 27 , should not have been modified. I also tried modifying other ids, by calling Sequence.xml from inside "For-each in Sequence.xml" if xpath=//Children/Children exists . But that also lead to many other wrong updations Thanks On Tuesday, 16 January 2018

Re: [Dev] Adding values to a field in request using enrich mediator

2018-01-16 Thread vikram nayak
="100"} sample output should be like below : {  "id" : "1100",   {    "id":"2100"      }   .   .   .   .   "id": "100100"} i.e. original value + "100" i.e. I need to add suffix at the end of each id in request. Please guide. Th

[Dev] Adding values to a field in request using enrich mediator

2018-01-15 Thread vikram nayak
Hi, I have to add a random number to too many ids present in my request. Actual request consists of thousands of lines and there are many ids in it. some ids are within array , some are direct elements. {  "id" : "1",   {    "id":"2"   }} 1. I can do this by first aceessing the id in a property

[Dev] How to handle null response , with http header "content-type = application/json" from third party service.

2018-01-10 Thread vikram nayak
Hi, Third party service which I need to consume returns “null” when it has no data for a particular input.Here is how it looks in postman when I hit third party service. and wso2 service console shows below erros and service gets hanged , the control does not come to response flow : (Error