开发者

mms protocol on java

Hi

I want to write an application to download a MMS video stream

Is there any J2SE class to make me开发者_Python百科 able work with MMS protocol?

Thanks


MMS is implemented over SOAP. Just use any SOAP parser available in java to read the messages. However before you can read messages you need to have then sent to you. To do that you need to sign up with an aggregator (Mobile Messenger, Ericsson, etc.). Once you signup w/ an aggregator they will send you an API doc w/ specific instructions, however, basically MMS is just a multipart HTTP request w/ a SOAP part.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜