3

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

Is it possible? Please provide some idea.

Kiran Subbaraman
  • 353
  • 4
  • 13
Srinivasan
  • 11,718
  • 30
  • 64
  • 92

2 Answers2

6

Well, Tally doesn't support SOAP, but does support a basic XML/HTTP interface, as one of the integration options. Some of my experiments with Tally is captured here: http://subbaraman.wordpress.com/2010/07/01/playing-with-tally-software/. Hope this helps

Kiran Subbaraman
  • 353
  • 4
  • 13
  • Additionally, I would refer to this: https://help.tallysolutions.com/article/DeveloperReference/integration_capabilities/introduction.htm ... looks like Tally has improved their documentation with regard to Integration capabilities. – Kiran Subbaraman Oct 17 '18 at 15:56
4

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.

Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148
  • 1
    The link says Page not found! Sorry, but the page you were looking for could not be found. Could you please provide a working link? – 3AK Jun 30 '20 at 14:15