When Post Btxml Script To Socket Trigger And Executing Btxml Print Giving Exmple Error
Hi,
I am using socket integration trigger , here I am posting
"<XMLScript Version="2.0">
<Command Name="Job1">
<Print>
<Format>C:\Users\venkateshm\Documents\BarTender\Document1.btw</Format>
<NamedSubString Name="name">
<Value>Chai Tea</Value>
</NamedSubString>
<NamedSubString Name="email">
<Value>test@gmail.com</Value>
</NamedSubString>
</Print>
</Command>
</XMLScript>"
and actions I am given print BTXML scirpt but it giving error as Data at the root level is invalid. Line 1, position 1.
any wrong in the script please help me out , giving some exmples ,
0
-
I guess you're missing the following on the first line: <?xml version="1.0" encoding="utf-8"?>
0
Please sign in to leave a comment.
Comments
1 comment