Where can I find specifications for Tally's SOAP API? And does anyone know of any python libraries for the same?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
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/