go to post Yuri Marx · Nov 4, 2020 @Mike Hageland I have the solution to you, see: https://community.intersystems.com/post/extract-file-multipart-form-or-api-using-readmimemessage
go to post Yuri Marx · Nov 4, 2020 Resolved: https://community.intersystems.com/post/extract-file-multipart-form-or-api-using-readmimemessage
go to post Yuri Marx · Nov 4, 2020 Resolved: https://community.intersystems.com/post/extract-file-multipart-form-or-api-using-readmimemessage
go to post Yuri Marx · Nov 4, 2020 It is because this business service will be a PEX service, so it will are depends with an external rest service, and it limits your reusability. In my service I have the file yet, but I don't know how to extract file inside the globalbinary variable. But if did not have alternative, I will create de REST service.
go to post Yuri Marx · Nov 4, 2020 It is because this business service will be a PEX service, so it will are depends with an external rest service, and it limits your reusability. In my service I have the file yet, but I don't know how to extract file inside the globalbinary variable. But if did not have alternative, I will create de REST service.
go to post Yuri Marx · Nov 2, 2020 Thanks @Vitaly Furman by detailed instructions, but I need a sample where I receive a file uploaded by user using an REST API with formdata mode and get objectscript reference to this file. In your samples, the first refers to the documentation, thats don't have file upload sample and in the second, the sample is about a custom cache project, not about ensemble.
go to post Yuri Marx · Nov 2, 2020 I will use Ensenble, but official documentation has only simple sample to get an id value only. I need a upload file sample.
go to post Yuri Marx · Nov 2, 2020 No, PEX using Java Gateway to connect with Java classes inside jar
go to post Yuri Marx · Nov 2, 2020 It is a docker repo. It is possible create a maven repo to the community? Steps: https://www.theserverside.com/video/How-to-set-up-and-use-a-JFrog-Artifa... or https://jfrog.com/screencast/setting-maven-repository-jfrog-artifactory-.... It allows you create many kind of public repository types, not only maven. Do you have another excellent option, but this only to maven repo https://archiva.apache.org/
go to post Yuri Marx · Nov 1, 2020 If the repository be public and not ask wrc password,Yes. Your link returned 404
go to post Yuri Marx · Nov 1, 2020 This is the problem. The jar files cannot be used from Java dependency system (maven), only from docker.
go to post Yuri Marx · Nov 1, 2020 PEX jar file/java classes are not on public maven repositories. This is a serious barrier to java developers create custom PEX services. I was creating a custom pex to the current contest, but it is impossible without jdbc and pex jar published into maven public repositories.
go to post Yuri Marx · Oct 19, 2020 All java devs use maven to build your apps. It is critical to increase iris adoption in the Java ecosystem. And it is really simple to ISC. It is just upload most recent files to maven central.