本文介绍了Tally SOAP API规范的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在哪里可以找到Tally的SOAP API规范?有人知道相同的任何python库吗?

Where can I find specifications for Tally's SOAP API?And does anyone know of any python libraries for the same?

推荐答案

我不认为Tally支持基于SOAP的接口,而是支持不错的XML/HTTP接口.我尝试使用Java玩弄它.也许有帮助: http://subbaraman.wordpress.com/2010/07/01/播放统计软件/

I do not think Tally supports a SOAP based interface, rather it does support a decent XML/HTTP interface. I tried to play around with it, using Java. Maybe this helps: http://subbaraman.wordpress.com/2010/07/01/playing-with-tally-software/

这篇关于Tally SOAP API规范的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-24 19:28