OMA DRM Rights Object via WAP Push

OMA DRM Rights Object via WAP Push SearchSearch
Author Message
Anonymous
 
Posted on Tuesday, July 06, 2004 - 07:53 pm:   

I have separate delivery of an OMA DRM rights object via WAP Push working correctly (on a Nokia 6820), however I am not able to set the "title" of the WAP Push message. I have tried setting the "Text" URL parameter as specified in the documentation (i.e., http://host/?PhoneNumber=xxxxxxxxxx&OTA=POST&Text=Testing), but the NowSMS gateway seems to ignore this parameter when programatically sending a WAP Push. When sending a WAP Push message via the Web UI, and entering text for the "Text" field, the WAP Push message received by the device correctly displays the "Text" parameter as the title of the WAP Push message. Am I doing something wrong while programatically setting the Text parameter? Should I even be able to set the title of an incoming WAP Push message containing a rights object?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2999
Registered: 10-2002
Posted on Wednesday, July 07, 2004 - 09:12 pm:   

When you send a normal WAP Push with NowSMS, you are actually sending an "SI" (service indication) type of push. Behind the scenes, our form creates an XML document, and that "text" parameter becomes the content of the "indication" element.

The XML document then gets converted into WBXML for sending out over the air.

You can get an idea of what the XML SI document looks like here:

http://support.nowsms.com/discus/messages/485/3293.html

So, this parameter doesn't have any applicability for OMA DRM rights object. If there were any way to set a title, it would have to appear within the XML format that is used for the DRM rights object.

So I'm not sure where to point you ... as basically what you're asking might not be possible. (And behaviour may vary by phone.)

But I do have one potential suggestion.

In our latest patch, we added the ability to set the X-WAP-Initiator-URI. Basically, in one of your posts, you could include the parameter "&WAPPushInitiatorURI=http://some.url". On some phones, this causes "some.url" to be displayed in conjunction with certain message types. I'm not sure if this will have an effect with DRM RO on the 6820, but you might want to give it a try.

This feature is in the "v5.50c" update, which can be downloaded at the following URL.

http://www.nowsms.com/download/nowsms550c.zip