如何将 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
How to integrate Java with Tally application
提问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?
回答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/。希望这可以帮助

