Search code examples
javatally

How to integrate Java with Tally application


I need to integrate my java web application with Tally software.

Is it possible? Please provide some idea.


Solution

  • Tally ERP 9 implements SOAP web services. More here. Accessing an application using SOAP is common technique in Java and is supported by many libraries.