开发者_Go百科
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this questionI need to integrate my java web application with Tally software.
Is it possible? Please provide some idea.
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
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.
精彩评论