According to the documentation, instead of stating
http://localhost/vroot?sql=SELECT+*+FROM+Table1+FOR+XML+AUTO
it should be possible to use a template such as:
<root><sql:query xmlns:sql="urn:schemas-microsoft-com: xml-sql">SELECT * FROM Table1 FOR XML AUTO</sql:query></root>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.