go to post Neerav Verma · Aug 9, 2021 not working and even the temp link is not working unfortunately.
go to post Neerav Verma · Jul 16, 2021 Yes of course. Pass them as a request property and on the operation do ..Adapter.FilePath = request.FP ..Adapter.FileName = request.FN
go to post Neerav Verma · Jul 16, 2021 I hope it worked for you.I am also available as a consultant for any short/long term projects . Pls let me knowhttps://community.intersystems.com/post/certified-intersystems-professional-available-contract
go to post Neerav Verma · Jul 16, 2021 This is not a json message and not even a csv. It is somewhere in the middle. It seems there is some logic mismatch. Ping me a message or linkedin. Can solve it for you and we can post the solution here once done.https://community.intersystems.com/post/certified-intersystems-professional-available-contract
go to post Neerav Verma · Jul 13, 2021 Keep the second version and build that List of objects with - As list of MyPackage.MyClass list.insert(obj1) list.insert(obj2)and so on..Please feel free to send me sample code and I can make it for you too.
go to post Neerav Verma · Jan 21, 2021 It used to work on IRIS 2019.. Now I don't remember what version of 2019. I think it was 2019.1.1 but can't bet on it.
go to post Neerav Verma · Jan 21, 2021 Can you please paste the openapi spec for that ? Another factor which I forgot to mention was that the Path was working past 2 years with the openapi spec I had, it only stopped working on the latest 2020 version.
go to post Neerav Verma · Dec 29, 2020 There are couple of options to do this. 1. You can extend your class &JSON.Adaptor, it will do it for you with inbuilt logicaldtodisplay methods 2. Create another request class and do your transformations 3. Before calling the json convert to stream methods, transform the object's field with a ZDT.
go to post Neerav Verma · Dec 24, 2020 How do we display Date properties as display format and not internal?
go to post Neerav Verma · Dec 19, 2020 This is a sample spec. note this line "in":"query",Now I have to call this rest endpoint as http://localhost:52774/csp/restapp/Demo?country=ukhowever earlier i had"in":"path" and was calling rest endpoint as http://localhost:52774/csp/restapp/Demo/uk. Now in=path does not even compile. Thus just curious why .---------------------------------------------------------------- XData OpenAPI [ MimeType = application/json ]{{"swagger":"2.0","info":{"title":"O","version":"1" },"schemes":["http","https" ],"consumes":["application/json]"],"produces":["application/json]"],"paths":{"/Demo":{"get":{"summary":"Get Demo ", "description":"Demo ","operationId":"GETDemo","x-ISC_CORS":true,"consumes":["application/json]","text/html]"],"produces":["application/json]","text/html]"],"parameters":[{"name":"country","type":"string","in":"query","description":"Country Name","allowEmptyValue": true} ],"responses":{"200":{"description":"Returns Country","schema": {"type":"string"}} }} }}}}
go to post Neerav Verma · Dec 2, 2020 Nice work. Alternatively, In your transformations, you can generate random PID using PopulateUtils and store the generated PID in a lookup table, so you can de-obfuscate it when needed and can tell what PID was obfuscated to what value. In my personal opinion, changing base classes is not the best way.
go to post Neerav Verma · Aug 19, 2020 Both are good. Search documentation and you will get exact steps. Still if you can't do it, let me know.
go to post Neerav Verma · Aug 14, 2020 Export import globals can work too. If you need some help doing it, feel free to ping me on LinkedIn.
go to post Neerav Verma · Aug 5, 2020 Added you on LinkedIn. Will help you out. Too much to write on here.
go to post Neerav Verma · Jul 29, 2020 Yes. However what is missing is inbuilt operations for many common apps like salesforce , netsuite etc and cloud eg something out of the box to store objects on s3 , blob etc and so on. If we compare these to Talend, Mulesoft, Dell Boomi the IRIS software lacks hundreds of these pre-built connecting services and operations. Just to give an idea here is a list of Dell Boomi Connectors https://help.boomi.com/bundle/connectors/page/c-atm-Application_connectors.html IRIS has a lot to catch up on this front.
go to post Neerav Verma · Jul 29, 2020 HI, Coming from Java, we expect cache to behave same way. However they are two different languages and I learnt that over time.Both are beautiful languages .