如何将 Java 与 Tally 应用程序集成

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1536179/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-29 16:59:16  来源:igfitidea点击:

How to integrate Java with Tally application

javatally

提问by Srinivasan

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

我需要将我的 Java Web 应用程序与 Tally 软件集成。

Is it possible? Please provide some idea.

是否可以?请提供一些想法。

采纳答案by Boris Pavlovi?

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.

Tally ERP 9 实现了 SOAP Web 服务。更多在这里。使用 SOAP 访问应用程序是 Java 中的常用技术,许多库都支持。

回答by Kiran Subbaraman

Well, Tally doesn't support SOAP, but does support a basic XML/HTTPinterface, 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

好吧,Tally 不支持 SOAP,但支持基本的XML/HTTP接口,作为集成选项之一。我的一些 Tally 实验记录在这里:http: //subbaraman.wordpress.com/2010/07/01/playing-with-tally-software/。希望这可以帮助