How to integrate Java with Tally application [closed]

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-10 15:22:24

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!