开发者

mms protocol on java

开发者 https://www.devze.com 2023-01-30 07:31 出处:网络
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?

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

精彩评论

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

关注公众号