views:

245

answers:

1

Obeying NDA restrictions I have to be vague.

I've been tasked to evaluate the feasibility of forcing a .dm file from my client's system to a cellular device. So far I know I can send a smil payload with a txt & gif|jpg payload but not a .dm file.

Inside of the DRM wrapper there is a header prefix before the payload starts.

   Content-Type: audio/mpeg
   Content-Transfer-Encoding: binary

The bridge from our stuff to the cellphone is via a SOAP bridge and what's screwing things up right now is that I have no idea what to tell it I'm sending.

+2  A: 

I found this from a quick search, and it recommends using "application/vnd.oma.drm.message".

http://discussion.forum.nokia.com/forum/showthread.php?t=87421

http://discussion.forum.nokia.com/forum/showthread.php?t=51823

Jon Tackabury
Damn I was looking at the URL this morning, not sure how I missed that
David
No problem, sometimes it just takes somebody outside of the problem to look from a different angle. :)
Jon Tackabury
The information I got there really helped me out by the way, wish I could upvote your answer a 2nd time :)
David