Digital Media Suite API Forums

« Back to Digital Signs API Forum

<application/> TAG in HTML FORM POST

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello all,
 
I would like to write a very simple piece of HTML that would allow me to reset an application that is playing on a specfic DMP.  I see from the API guide that I need to include the <application/> tag in my HTTP POST to the DMM.  Would it be possible to include this in something like the form below to submit APP 35 to DMP 1?  How would I add in the </APPLICATION> tag to a standard FORM POST in standard HTML?  Or can it be done in javascript?
 
<FORM NAME="myform" ACTION="http://172.17.31.50:8080/xTAS-core/api/rest/application/35/dmp/1" METHOD="POST">
Reset the DMP App: <BR>
    <INPUT TYPE="submit" NAME="button" Value="submit">
</FORM>
 
Thanks,
Andrew