问题
I need to integrate my java web application with Tally software.
Is it possible? Please provide some idea.
回答1:
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.
回答2:
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
来源:https://stackoverflow.com/questions/1536179/how-to-integrate-java-with-tally-application