Digital Media Suite API Forums

« Back to Digital Signs API Forum

Publish App to DMP via API

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello,
 
  Just wondering if anyone out there has used this API and gotten it to work.  I am using Restlet to call this API in my Java code.  The return response is "200 OK" leading me to believe it does work, but nothing plays on the target DMP.  Attached is a Wireshark packet capture.
In the packet capture, you'll see that I query the DMM for all applications for which I select an application ID.  Then I do the same for DMP groups, and pick a DMP ID.  Then I attempt to publish the app using the app ID and DMP ID.  Finally, a "200 OK" is received from the DMM.
But nothing shows up on my DMP.

Any advice is appreciated.
 
Thanks,
Matt
Attachments:

I figured it out.  I was using a DMP Group ID.  Apparently, using a group ID doesn't work.
 
Matt