简体   繁体   中英

Getting issue while posting XML to tally

When I request to export data via XML interface from tally, it throws HTML file contains response 'Tally Server is Running' with licence detail in place of XML response. Please help me? Getting correct response of XML when posted on education mode of tally. But when I post it over licence version getting this response 'Tally Server is running' with licence detail.

请检查名为 SVExportFormat 的系统变量的值,该值应为“XML”

Most probably you have not included the xml request while hitting the server and port. You need to add the xml request as a data parameter. For example, if you're using curl, it would be:

curl -X POST http://localhost:9000 --data "[insert XML here]"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM