Questions tagged [mm7]

13 questions
5
votes
2 answers

How to send MMS with MM7 using Java?

Please let me know is there any way to send MMS using MM7 protocol in Java? If there is a free API to generate the appropriate SOAP message please let me know it too. I'm in a dead end situation and I really need a way to do this. Your wise…
Maxi
  • 285
  • 6
  • 20
2
votes
1 answer

how can I parse http post content included well formed XML and binary data?

I am receiving mobile originated MMS to some web app as http post. When I receive the content it includes some raw information, a well formed XML and Binary formatted data (i.e. Image). I want to fetch the XML so I can parse it and binary data from…
2
votes
3 answers

Parse and query SOAP in C#

I am trying to parse a heavily namespaced SOAP message (source can be found also here):
Ron Klein
  • 9,178
  • 9
  • 55
  • 88
2
votes
2 answers

Generating MM7 Soap Request in Java

I need to generate a MM7 Soap message just like following one. i could generate the MM7 Soap but the SMIL Message part and the Image/Text attachments are problems. Does anyone know how to generate that parts?
Ruwan Dissanayaka
  • 305
  • 1
  • 8
  • 19
1
vote
1 answer

How to generate image from request servlet

http://www.wupload.com/file/2662484487/example.rar -- pls download this to see that string I have string that contains imageId, imageName and image content. First I substring it for only the image content (jpg format) and convert that image content…
user1203692
  • 21
  • 1
  • 1
  • 3
1
vote
1 answer

iOS MMS mm7 reader

I have troubles with a MMS sent through my application. The attachment of the MMS seems to be somehow messed up. Is there any way to extract the mm7 from the MMS or any xml format on iOS. I know there are apps to do it on Android but what about…
LukeS
  • 481
  • 4
  • 14
1
vote
3 answers

Opensource (or paid with trial) MM7 test Server?

Does anyone know of a MM7 server I can use for testing my MMS client? I've looked at mm7.net, but this is more of a toolkit than a testserver. And it is really lacking in good documentation (a how to guide etc). thanks
Toad
  • 15,593
  • 16
  • 82
  • 128
0
votes
1 answer

Unable to load wsdl using GUI tool using spring boot

I am new to both SOAP & spring boot technologies.However i have created soap webservice using below reference link. https://spring.io/guides/gs/producing-web-service/ @EnableWs @Configuration public class WebServiceConfig extends…
cuser1
  • 65
  • 1
  • 2
  • 9
0
votes
1 answer

DRM content with MM7 protocol Submit Request

I am creating a SOAP request to MMSC for posting DRM content (.dm file which is a 3gp video). I am using Saaj API for the same. The MMSC to which I sending the request to says that they need the SOAP request in the following format as its a 3gpp…
0
votes
1 answer

How can I parse attachment part, which type is multipart/related in SAAJ (SOAP Messages with Attachments)?

I receive an SAAJ message with SOAP with Attachments API for Java, that contain multipart/related attachment. One part of this attachment is multipart/related too. That is I have AttachmentPart with multipart/related content. Is there a standard way…
shurik2533
  • 1,770
  • 4
  • 22
  • 41
0
votes
1 answer

is there a special way to send MM7 soap request to MMSC for sending mms to Android devices

We use a MM7 to send the request to MMSC for sending MMS. Receiving user has an Android phone and He doesn't get the MMS. But when Receiving user has a feature phone he gets the MMS. Confusing here. please help.
Ruwan Dissanayaka
  • 305
  • 1
  • 8
  • 19
-1
votes
1 answer

Needed: MM7 server for .Net

I'm looking for MM7 server that can be used within a .Net program, on windows server 2008 environment. What I found so far: InetLab MM7.Net - not very stable on Win2008, but OK, ActiveXperts SMS and MMS Toolkit 5.2 - only SMS server, no MM7…
Ron Klein
  • 9,178
  • 9
  • 55
  • 88
-2
votes
2 answers

Android phones cannot receive the MMS from our App (VAS-App) while the feature phone does

We developed an App for a mobile operator (VAS App). When user uses the app he receives an MMS finally. This is working properly if the user has a feature phone. But if a user uses an Android phone he doesn't receive the MMS. Only a notification…
Ruwan Dissanayaka
  • 305
  • 1
  • 8
  • 19