Get using POST method, the content of "https://www.novadeck.com/query.xml"
in 'result' variable having parameter 'id'.
<nvd:command name="http.request" url="http://www.novadeck.com" method="post">
<nvd:parameter name="id">3910</nvd:parameter>
<nvd:result name="header" variable="header" />
<nvd:result name="body" variable="body" />
</nvd:command>
|