I have a dll created in C # that does some database operation when called. I need to pass some parameters from a Java application to a method in a dll. Any idea on how to do this.
OR
Any better ideas for calling a method in C # using a java application?
thanks
Edit: my Java application is a standard Dialogue Designer application from the AVAYA platform, and I developed a C # application that only works with the .net SDK only. Therefore, I need data that needs to be transferred from a java application to a .net application
source share